diff --git a/etc/systemd/resolved.conf.d/98-dot-eu-gdpr.conf b/etc/systemd/resolved.conf.d/80-dot-eu-gdpr.conf similarity index 100% rename from etc/systemd/resolved.conf.d/98-dot-eu-gdpr.conf rename to etc/systemd/resolved.conf.d/80-dot-eu-gdpr.conf diff --git a/etc/systemd/resolved.conf.d/99-working-dns.conf b/etc/systemd/resolved.conf.d/90-working-dns.conf similarity index 100% rename from etc/systemd/resolved.conf.d/99-working-dns.conf rename to etc/systemd/resolved.conf.d/90-working-dns.conf diff --git a/etc/systemd/resolved.conf.d/91-localhost.conf b/etc/systemd/resolved.conf.d/91-localhost.conf new file mode 100644 index 00000000..d5090a5d --- /dev/null +++ b/etc/systemd/resolved.conf.d/91-localhost.conf @@ -0,0 +1,10 @@ +[Resolve] +DNS= +DNS=::1 127.0.0.1 +FallbackDNS= +FallbackDNS=::1 127.0.0.1 +Domains=~. +DNSSEC=false +DNSOverTLS=false +Cache=false +# vim: filetype=systemd