Change Nameserver using NetworkManager
Aug 1, 2022 · 1 min read · Do not edit /etc/resolv.conf. It will likely be replaced by NetworkManager. Open a shell and add nameserver for existing connection. nmcli con mod $ssid ipv4.dns "1.1.1.1 1.0.0.1" The SSID can be found with nmcli con. Replace the IP addresses to yo...
Join discussion


















