From 06787a38ded194b9e9a97a6ed9e5f62d8f43c4bf Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Mon, 22 Apr 2024 12:14:34 +0300 Subject: [PATCH] resolved/00-no-local-resolver.conf: comment local resolver since I break DNSSEC --- etc/systemd/resolved.conf.d/00-no-local-resolver.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/etc/systemd/resolved.conf.d/00-no-local-resolver.conf b/etc/systemd/resolved.conf.d/00-no-local-resolver.conf index 3512f029..0f909f90 100644 --- a/etc/systemd/resolved.conf.d/00-no-local-resolver.conf +++ b/etc/systemd/resolved.conf.d/00-no-local-resolver.conf @@ -1,5 +1,5 @@ [Resolve] -# Use this together with other files other than 00-only-unbound.conf! +# Use this together with other files other than 00-only-local-resolver.conf! # https://github.com/systemd/systemd/issues/10579 & https://github.com/systemd/systemd/issues/9867 #DNSSEC=allow-downgrade # Regardless of the above DNS breaking issues when DNSSEC is @@ -8,8 +8,8 @@ DNSSEC=true DNSOverTLS=opportunistic Cache=true -DNS=127.0.0.1 -DNS=::1 +#DNS=127.0.0.1 +#DNS=::1 Domains=~. # .local domains MulticastDNS=true