mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-22 03:09:22 +01:00
{systemd-resolved,unbound}: utilize unfiltered dns0 since nordvpn is unlikely to filter either
This commit is contained in:
parent
75d8833b03
commit
c55b2a6aed
@ -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=~.
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user