]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
- Fix qname-minimisation documentation (A QTYPE, not NS)
authorRalph Dolmans <ralph@nlnetlabs.nl>
Tue, 12 Dec 2017 09:23:13 +0000 (09:23 +0000)
committerRalph Dolmans <ralph@nlnetlabs.nl>
Tue, 12 Dec 2017 09:23:13 +0000 (09:23 +0000)
git-svn-id: file:///svn/unbound/trunk@4419 be551aaa-1e26-0410-a405-d3ace91eadb9

doc/Changelog
doc/example.conf.in
doc/unbound.conf.5.in

index 16167ef075e2341a63bcd929847a83d2ad1dddb6..71aa945c7fc067d9af2c8e41f02ac976b5afc37b 100644 (file)
@@ -1,6 +1,10 @@
+12 December 2017: Ralph
+       - Fix qname-minimisation documentation (A QTYPE, not NS)
+
 7 December 2017: Ralph
        - Check whether --with-libunbound-only is set when using --with-nettle
          or --with-nss.
+
 4 December 2017: Wouter 
        - Fix link failure on OmniOS.
 
index a3472f9dd5e1bd0fada1612251bc5d7a4cd8f64f..f6d81ca6daa54cd86b8b1b98b92b343005639d9b 100644 (file)
@@ -371,7 +371,7 @@ server:
 
        # Sent minimum amount of information to upstream servers to enhance
        # privacy. Only sent minimum required labels of the QNAME and set QTYPE
-       # to NS when possible.
+       # to A when possible.
        # qname-minimisation: no
 
        # QNAME minimisation in strict mode. Do not fall-back to sending full
index b7890a211e848f0250f329df813711e6c76b78cc..b8ebabaf9ea6179a838e24448786ec09b609d0b1 100644 (file)
@@ -692,7 +692,7 @@ Can be given multiple times, for different domains.
 .TP
 .B qname\-minimisation: \fI<yes or no>
 Send minimum amount of information to upstream servers to enhance privacy.
-Only sent minimum required labels of the QNAME and set QTYPE to NS when
+Only sent minimum required labels of the QNAME and set QTYPE to A when
 possible. Best effort approach; full QNAME and original QTYPE will be sent when
 upstream replies with a RCODE other than NOERROR, except when receiving
 NXDOMAIN from a DNSSEC signed zone. Default is off.