2024-01-04 11:28:38 +01:00
|
|
|
server:
|
2024-04-17 15:03:23 +02:00
|
|
|
# Quad9 says pointless performance impact on forwarders.
|
|
|
|
# https://docs.quad9.net/Quad9_For_Organizations/DNS_Forwarder_Best_Practices/#disable-qname-minimization
|
|
|
|
qname-minimisation: no
|
|
|
|
|
2024-01-04 11:28:38 +01:00
|
|
|
forward-zone:
|
|
|
|
name: "."
|
|
|
|
forward-tls-upstream: no
|
2024-01-23 08:20:13 +01:00
|
|
|
forward-addr: 2400:bb40:4444::103
|
|
|
|
forward-addr: 2400:bb40:8888::103
|
2024-01-04 11:28:38 +01:00
|
|
|
forward-addr: 103.86.96.100
|
|
|
|
forward-addr: 103.86.99.100
|
2024-02-11 12:37:32 +01:00
|
|
|
# DNS0.eu/open since I am unsure of whether the above works outside of NordVPN
|
2024-02-02 07:51:52 +01:00
|
|
|
# connection and I seem to have issues with automatic connection.
|
2024-02-11 12:37:32 +01:00
|
|
|
forward-addr: 2a0f:fc80::ffff
|
|
|
|
forward-addr: 2a0f:fc81::ffff
|
|
|
|
forward-addr: 193.110.81.254
|
|
|
|
forward-addr: 185.253.5.254
|
2024-04-19 08:14:32 +02:00
|
|
|
|
|
|
|
# vim: filetype=unbound.conf
|