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