mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-06 17:39:22 +01:00
21 lines
672 B
Plaintext
21 lines
672 B
Plaintext
server:
|
|
# Quad9 says pointless performance impact on forwarders.
|
|
# https://docs.quad9.net/Quad9_For_Organizations/DNS_Forwarder_Best_Practices/#disable-qname-minimization
|
|
qname-minimisation: no
|
|
|
|
forward-zone:
|
|
name: "."
|
|
forward-tls-upstream: no
|
|
forward-addr: 2400:bb40:4444::103
|
|
forward-addr: 2400:bb40:8888::103
|
|
forward-addr: 103.86.96.100
|
|
forward-addr: 103.86.99.100
|
|
# 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::ffff
|
|
forward-addr: 2a0f:fc81::ffff
|
|
forward-addr: 193.110.81.254
|
|
forward-addr: 185.253.5.254
|
|
|
|
# vim: filetype=unbound.conf
|