From 62898377666b2c2ce58fe787c4e0c6dbdb21cdfc Mon Sep 17 00:00:00 2001 From: Mikaela Suomalainen Date: Thu, 23 Jul 2020 22:43:04 +0300 Subject: [PATCH] resolv.conf: note the systemd-resolved files --- etc/resolv.conf | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/etc/resolv.conf b/etc/resolv.conf index c86b8055..e7308ecd 100644 --- a/etc/resolv.conf +++ b/etc/resolv.conf @@ -26,6 +26,8 @@ options edns0 single-request-reopen #trust-ad # I am not entirely sure local is valid to use here. And this has a bad # habit of flooding nameserver with names I don't want it to know about # and in some cases there are _fun_ A/AAA responses to nonexistant domains. +# !!! The systemd-resolved file to avoid search domains is +# /usr/lib/systemd/resolv.conf #search mikaela.internal local mikaela.info # note and remember missing DNSSEC # use.opendns.com http://208.69.38.205/ @@ -41,3 +43,6 @@ options edns0 single-request-reopen #trust-ad # I have just done so much with dnscrypt-proxy & unbound # 149.112.112.112, 9.9.9.9 # 2620:fe::9, 2620:fe::fe + +# See also: +# /run/systemd/resolve/stub-resolv.conf /usr/lib/systemd/resolv.conf /run/systemd/resolve/resolv.conf