From 680f9d12e852af036a78da01c727be2ea0ed969a Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Fri, 4 Jul 2025 19:16:37 +0300 Subject: [PATCH] systemd-resolved: renumber configuration, add 91-localhost.conf --- .../{98-dot-eu-gdpr.conf => 80-dot-eu-gdpr.conf} | 0 .../{99-working-dns.conf => 90-working-dns.conf} | 0 etc/systemd/resolved.conf.d/91-localhost.conf | 10 ++++++++++ 3 files changed, 10 insertions(+) rename etc/systemd/resolved.conf.d/{98-dot-eu-gdpr.conf => 80-dot-eu-gdpr.conf} (100%) rename etc/systemd/resolved.conf.d/{99-working-dns.conf => 90-working-dns.conf} (100%) create mode 100644 etc/systemd/resolved.conf.d/91-localhost.conf 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