From 656748880125cdd031d66da2b5f59966c288b5e4 Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Thu, 9 May 2024 09:30:52 +0300 Subject: [PATCH] NetworkManager: also add explicit no-systemd-resolved.conf --- etc/NetworkManager/conf.d/no-systemd-resolved.conf | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 etc/NetworkManager/conf.d/no-systemd-resolved.conf diff --git a/etc/NetworkManager/conf.d/no-systemd-resolved.conf b/etc/NetworkManager/conf.d/no-systemd-resolved.conf new file mode 100644 index 00000000..9a32fdcc --- /dev/null +++ b/etc/NetworkManager/conf.d/no-systemd-resolved.conf @@ -0,0 +1,6 @@ +[main] +# Don't tell systemd-resolved DNS information aquired from DHCP. +systemd-resolved=false +# NOTE! This file doesn't comment on how resolv.conf (rc) is managed + +# vim: filetype=NetworkManager.conf