diff --git a/etc/systemd/resolved.conf.d/dot-mullvad-adblock-strict.conf b/etc/systemd/resolved.conf.d/dot-mullvad-adblock-strict.conf new file mode 100644 index 00000000..b37ca0f5 --- /dev/null +++ b/etc/systemd/resolved.conf.d/dot-mullvad-adblock-strict.conf @@ -0,0 +1,6 @@ +[Resolve] +DNS=2a07:e340::3#adblock.doh.mullvad.net 194.242.2.3#adblock.doh.mullvad.net 193.19.108.3#adblock.doh.mullvad.net +Domains=~. +DNSSEC=true +DNSOverTLS=true +Cache=true diff --git a/etc/systemd/resolved.conf.d/dot-mullvad-strict.conf b/etc/systemd/resolved.conf.d/dot-mullvad-strict.conf new file mode 100644 index 00000000..d5e7ec4f --- /dev/null +++ b/etc/systemd/resolved.conf.d/dot-mullvad-strict.conf @@ -0,0 +1,6 @@ +[Resolve] +DNS=2a07:e340::2#doh.mullvad.net 194.242.2.2#doh.mullvad.net 193.19.108.2#doh.mullvad.net +Domains=~. +DNSSEC=true +DNSOverTLS=true +Cache=true