From c55b2a6aed15c28d875cf3514a18f8befefd83b4 Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Sun, 11 Feb 2024 13:37:32 +0200 Subject: [PATCH] {systemd-resolved,unbound}: utilize unfiltered dns0 since nordvpn is unlikely to filter either --- etc/systemd/resolved.conf.d/nordvpn.conf | 4 ++-- etc/unbound/unbound.conf.d/nordvpn.conf | 10 +++++----- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/etc/systemd/resolved.conf.d/nordvpn.conf b/etc/systemd/resolved.conf.d/nordvpn.conf index 12e67941..6cd168ce 100644 --- a/etc/systemd/resolved.conf.d/nordvpn.conf +++ b/etc/systemd/resolved.conf.d/nordvpn.conf @@ -4,7 +4,7 @@ DNSOverTLS=no Cache=yes DNS=2400:bb40:4444::103 2400:bb40:8888::103 ::1 DNS=103.86.96.100 103.86.99.100 127.0.0.1 -# DNS0 since I am unsure of the above working without NordVPN with the +# DNS0.eu/open since I am unsure of the above working without NordVPN with the # exception of Unbound -DNS=2a0f:fc80:: 2a0f:fc81:: 193.110.81.0 185.253.5.0 +DNS=2a0f:fc80::ffff 2a0f:fc81::ffff 193.110.81.254 185.253.5.254 Domains=~. diff --git a/etc/unbound/unbound.conf.d/nordvpn.conf b/etc/unbound/unbound.conf.d/nordvpn.conf index e383c056..7ec1519b 100644 --- a/etc/unbound/unbound.conf.d/nordvpn.conf +++ b/etc/unbound/unbound.conf.d/nordvpn.conf @@ -6,9 +6,9 @@ forward-zone: forward-addr: 2400:bb40:8888::103 forward-addr: 103.86.96.100 forward-addr: 103.86.99.100 - # DNS0.eu since I am unsure of whether the above works outside of NordVPN + # DNS0.eu/open since I am unsure of whether the above works outside of NordVPN # connection and I seem to have issues with automatic connection. - forward-addr: 2a0f:fc80:: - forward-addr: 193.110.81.0 - forward-addr: 2a0f:fc81:: - forward-addr: 185.253.5.0 + forward-addr: 2a0f:fc80::ffff + forward-addr: 2a0f:fc81::ffff + forward-addr: 193.110.81.254 + forward-addr: 185.253.5.254