mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-06 17:39:22 +01:00
10 lines
319 B
Plaintext
10 lines
319 B
Plaintext
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 privatization that has more accurate IPv4
|
|
# than IPv6 client-subnet.
|
|
prefer-ip4: yes
|
|
prefer-ip6: no
|
|
|
|
# vim: filetype=unbound.conf
|