{systemd-resolved,unbound}: utilize unfiltered dns0 since nordvpn is unlikely to filter either

This commit is contained in:
Aminda Suomalainen 2024-02-11 13:37:32 +02:00
parent 75d8833b03
commit c55b2a6aed
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q
2 changed files with 7 additions and 7 deletions

View File

@ -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=~.

View File

@ -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