fix command

This commit is contained in:
GNUxeava 2022-08-01 18:10:41 +05:30
parent c3ee16de39
commit 2bd72eede8

View file

@ -44,7 +44,7 @@ Do not edit `/etc/resolv.conf`. It will likely be replaced by NetworkManager.
Open a shell and add nameserver for existing connection. Open a shell and add nameserver for existing connection.
```bash ```bash
nmcli con $ssid ipv4.dns "1.1.1.1 1.0.0.1" nmcli con mod $ssid ipv4.dns "1.1.1.1 1.0.0.1"
``` ```
The SSID can be found with `nmcli con`. The SSID can be found with `nmcli con`.