From d918602521a48858834b4f9257bd7e1a6cb07103 Mon Sep 17 00:00:00 2001 From: Ralph Dolmans Date: Tue, 12 Dec 2017 09:23:13 +0000 Subject: [PATCH] - Fix qname-minimisation documentation (A QTYPE, not NS) git-svn-id: file:///svn/unbound/trunk@4419 be551aaa-1e26-0410-a405-d3ace91eadb9 --- doc/Changelog | 4 ++++ doc/example.conf.in | 2 +- doc/unbound.conf.5.in | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/doc/Changelog b/doc/Changelog index 16167ef07..71aa945c7 100644 --- a/doc/Changelog +++ b/doc/Changelog @@ -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. diff --git a/doc/example.conf.in b/doc/example.conf.in index a3472f9dd..f6d81ca6d 100644 --- a/doc/example.conf.in +++ b/doc/example.conf.in @@ -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 diff --git a/doc/unbound.conf.5.in b/doc/unbound.conf.5.in index b7890a211..b8ebabaf9 100644 --- a/doc/unbound.conf.5.in +++ b/doc/unbound.conf.5.in @@ -692,7 +692,7 @@ Can be given multiple times, for different domains. .TP .B qname\-minimisation: \fI 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. -- 2.47.3