mirror of
https://git.adityakumar.xyz/blog.git
synced 2024-11-09 10:59:45 +00:00
fix command
This commit is contained in:
parent
c3ee16de39
commit
2bd72eede8
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
||||
```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`.
|
||||
|
||||
|
|
Loading…
Reference in a new issue