From: Wouter Wijngaards Date: Tue, 31 Jul 2012 08:08:43 +0000 (+0000) Subject: - Improved forward-first and stub-first documentation. X-Git-Tag: release-1.4.19rc1~41 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c5af4ce159f3843795d61e8cccf6554756447fc8;p=thirdparty%2Funbound.git - Improved forward-first and stub-first documentation. git-svn-id: file:///svn/unbound/trunk@2729 be551aaa-1e26-0410-a405-d3ace91eadb9 --- diff --git a/doc/Changelog b/doc/Changelog index 2c07ea636..993c547b6 100644 --- a/doc/Changelog +++ b/doc/Changelog @@ -1,3 +1,6 @@ +31 July 2012: Wouter + - Improved forward-first and stub-first documentation. + 30 July 2012: Wouter - tag 1.4.18rc2. diff --git a/doc/unbound.conf.5.in b/doc/unbound.conf.5.in index b34264038..627a848b1 100644 --- a/doc/unbound.conf.5.in +++ b/doc/unbound.conf.5.in @@ -994,6 +994,8 @@ the resolver picks up a correct list online. .TP .B stub\-first: \fI If enabled, a query is attempted without the stub clause if it fails. +The data could not be retrieved and would have caused SERVFAIL because +the servers are unreachable, instead it is tried without this clause. The default is no. .SS "Forward Zone Options" .LP @@ -1022,6 +1024,8 @@ To use a nondefault port for DNS communication append '@' with the port number. .TP .B forward\-first: \fI If enabled, a query is attempted without the forward clause if it fails. +The data could not be retrieved and would have caused SERVFAIL because +the servers are unreachable, instead it is tried without this clause. The default is no. .SS "Python Module Options" .LP