diff --git a/unbound.conf b/unbound.conf index b2d7672..fa5185f 100644 --- a/unbound.conf +++ b/unbound.conf @@ -7,4 +7,4 @@ # # The following line includes additional configuration files from the # /etc/unbound/unbound.conf.d directory. -include: "/etc/unbound/unbound.conf.d/*.conf" +include-toplevel: "/etc/unbound/unbound.conf.d/*.conf" diff --git a/unbound.conf.d/qname-minimisation.conf b/unbound.conf.d/qname-minimisation.conf deleted file mode 100644 index 94a2ab0..0000000 --- a/unbound.conf.d/qname-minimisation.conf +++ /dev/null @@ -1,9 +0,0 @@ -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