On Fri, Nov 13, 2020 at 2:22 PM Tom Horsley <horsley1953@xxxxxxxxx> wrote: > systemctl stop systemd-resolvd > systemctl disable systemd-resolvd resolved > Edit /etc/NetworkManager/NetworkManager.conf And in the [main] > section stick this: > > [main] > dns=none Since "/etc/NetworkManager/NetworkManager.conf" is "%config(noreplace)", it'd be better to create "/etc/NetworkManager/conf.d/dns.conf" with the above. Or you can leverage NM: - set "dns=default" and "rc-manager=symlink" in "[main]" in "/etc/NetworkManager/conf.d/dns.conf" - set "dns=127.0.0.1" in "/etc/NetworkManager/system-connections/<SamV>.nmconnection" - set "/etc/resolv.conf" as a symlink to "../run/NetworkManager/resolv.conf" _______________________________________________ users mailing list -- users@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to users-leave@xxxxxxxxxxxxxxxxxxxxxxx Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/users@xxxxxxxxxxxxxxxxxxxxxxx