From 16e66010a2a0bf8f9baca9153c83473d76f78cce Mon Sep 17 00:00:00 2001 From: Mikaela Suomalainen Date: Fri, 4 Oct 2019 20:10:27 +0300 Subject: [PATCH] etc/NetworkManager: add conf.d and cp from Itwjyg Strangely Itwjyg is a special case system where I need systemd-resolved and its opportunistic DNSSEC/DoT. I also accidentally forgot dns-none.conf (then dns.conf) there, but systemd-resolved.conf appears to have overridden it, so it was fine and I have now removed the extra one. --- etc/NetworkManager/conf.d/dns-none.conf | 2 ++ etc/NetworkManager/conf.d/systemd-resolved.conf | 2 ++ 2 files changed, 4 insertions(+) create mode 100644 etc/NetworkManager/conf.d/dns-none.conf create mode 100644 etc/NetworkManager/conf.d/systemd-resolved.conf diff --git a/etc/NetworkManager/conf.d/dns-none.conf b/etc/NetworkManager/conf.d/dns-none.conf new file mode 100644 index 00000000..d435aba9 --- /dev/null +++ b/etc/NetworkManager/conf.d/dns-none.conf @@ -0,0 +1,2 @@ +[main] +dns=none diff --git a/etc/NetworkManager/conf.d/systemd-resolved.conf b/etc/NetworkManager/conf.d/systemd-resolved.conf new file mode 100644 index 00000000..c81a6439 --- /dev/null +++ b/etc/NetworkManager/conf.d/systemd-resolved.conf @@ -0,0 +1,2 @@ +[main] +dns=systemd-resolved