shell-things/etc/unbound/unbound.conf.d/prefer-ip4.conf

10 lines
319 B
Plaintext
Raw Normal View History

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
# than IPv6 client-subnet.
prefer-ip4: yes
prefer-ip6: no
# vim: filetype=unbound.conf