mirror of
https://github.com/roles-ansible/ansible_role_unbound.git
synced 2024-08-16 13:39:49 +02:00
14 lines
494 B
Text
14 lines
494 B
Text
|
server:
|
||
|
# Send minimum amount of information to upstream servers to enhance
|
||
|
# privacy. Only sends minimum required labels of the QNAME and sets
|
||
|
# QTYPE to NS when possible.
|
||
|
|
||
|
# See RFC 7816 "DNS Query Name Minimisation to Improve Privacy" for
|
||
|
# details.
|
||
|
|
||
|
qname-minimisation: yes
|
||
|
|
||
|
# Do not fall-back to sending full QNAME to potentially broken nameservers.
|
||
|
# A lot of domains will not be resolvable when this option in enabled.
|
||
|
#qname-minimisation-strict: yes
|