]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
- Improved forward-first and stub-first documentation.
authorWouter Wijngaards <wouter@nlnetlabs.nl>
Tue, 31 Jul 2012 08:08:43 +0000 (08:08 +0000)
committerWouter Wijngaards <wouter@nlnetlabs.nl>
Tue, 31 Jul 2012 08:08:43 +0000 (08:08 +0000)
git-svn-id: file:///svn/unbound/trunk@2729 be551aaa-1e26-0410-a405-d3ace91eadb9

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

index 2c07ea636e6d058160b9632a51568e5abe7f0bba..993c547b6f861d223d78ca11da0b32e185a536be 100644 (file)
@@ -1,3 +1,6 @@
+31 July 2012: Wouter
+       - Improved forward-first and stub-first documentation.
+
 30 July 2012: Wouter
        - tag 1.4.18rc2.
 
index b34264038dc3fda6f7aa3b8484362a4414008175..627a848b1a0e21fde04c678f24049dbb470f5ac1 100644 (file)
@@ -994,6 +994,8 @@ the resolver picks up a correct list online.
 .TP
 .B stub\-first: \fI<yes or no>
 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<yes or no>
 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