From 12fe7a59a81a0648870639288508cb9b25134f5e Mon Sep 17 00:00:00 2001 From: Mikaela Suomalainen Date: Sun, 21 Nov 2021 11:16:11 +0200 Subject: [PATCH] etc/systemd/resolved: add configuration for Mullvad DoT --- etc/systemd/resolved.conf.d/dot-mullvad-adblock-strict.conf | 6 ++++++ etc/systemd/resolved.conf.d/dot-mullvad-strict.conf | 6 ++++++ 2 files changed, 12 insertions(+) create mode 100644 etc/systemd/resolved.conf.d/dot-mullvad-adblock-strict.conf create mode 100644 etc/systemd/resolved.conf.d/dot-mullvad-strict.conf 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