{resolved,unbound}/nordvpn: add dns0 in case it helps with automatic connection issues

This commit is contained in:
Aminda Suomalainen 2024-02-02 08:51:52 +02:00
parent 84321a3586
commit 13a8956758
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q
2 changed files with 9 additions and 0 deletions

View File

@ -4,4 +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
# exception of Unbound
DNS=2a0f:fc80:: 2a0f:fc81:: 193.110.81.0 185.253.5.0
Domains=~.

View File

@ -6,3 +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
# 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