mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-29 06:29:36 +01:00
{resolved,unbound}/nordvpn: add dns0 in case it helps with automatic connection issues
This commit is contained in:
parent
84321a3586
commit
13a8956758
@ -4,4 +4,7 @@ DNSOverTLS=no
|
|||||||
Cache=yes
|
Cache=yes
|
||||||
DNS=2400:bb40:4444::103 2400:bb40:8888::103 ::1
|
DNS=2400:bb40:4444::103 2400:bb40:8888::103 ::1
|
||||||
DNS=103.86.96.100 103.86.99.100 127.0.0.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=~.
|
Domains=~.
|
||||||
|
@ -6,3 +6,9 @@ forward-zone:
|
|||||||
forward-addr: 2400:bb40:8888::103
|
forward-addr: 2400:bb40:8888::103
|
||||||
forward-addr: 103.86.96.100
|
forward-addr: 103.86.96.100
|
||||||
forward-addr: 103.86.99.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
|
||||||
|
Loading…
Reference in New Issue
Block a user