mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-10 02:29:22 +01:00
unbound: prefer IPv4 with private ECS using DoT servers
This commit is contained in:
parent
afb0801430
commit
e4d691f2b1
1
etc/unbound/unbound.conf.d/.gitignore
vendored
1
etc/unbound/unbound.conf.d/.gitignore
vendored
@ -1,2 +1,3 @@
|
||||
dot-nextdns.conf
|
||||
dot-trex.conf
|
||||
cache.conf
|
||||
|
@ -8,6 +8,9 @@ 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
|
||||
# Private ECS is more accurate with IPv4 than IPv6.
|
||||
prefer-ip4: yes
|
||||
prefer-ip6: no
|
||||
|
||||
forward-zone:
|
||||
name: "."
|
||||
|
@ -8,6 +8,9 @@ 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
|
||||
# Private ECS is more accurate with IPv4 than IPv6.
|
||||
prefer-ip4: yes
|
||||
prefer-ip6: no
|
||||
|
||||
forward-zone:
|
||||
name: "."
|
||||
|
1
etc/unbound/unbound.conf.d/dot-nextdns.conf
Symbolic link
1
etc/unbound/unbound.conf.d/dot-nextdns.conf
Symbolic link
@ -0,0 +1 @@
|
||||
dot-dns0.conf
|
@ -1,7 +1,7 @@
|
||||
server:
|
||||
# Prefer IPv4 transport for sending DNS queries to internet nameservers.
|
||||
# The only case where I can imagine this being useful is when using
|
||||
# upstream nameserver with ECS anonymization that has more accurate IPv4
|
||||
# upstream nameserver with ECS privatization that has more accurate IPv4
|
||||
# than IPv6 client-subnet.
|
||||
prefer-ip4: yes
|
||||
prefer-ip6: no
|
||||
|
Loading…
Reference in New Issue
Block a user