mirror of
https://git.adityakumar.xyz/blog.git
synced 2024-11-21 15:22:52 +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.
|
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`.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue