- Improved forward-first and stub-first documentation.

git-svn-id: file:///svn/unbound/trunk@2729 be551aaa-1e26-0410-a405-d3ace91eadb9
This commit is contained in:
Wouter Wijngaards 2012-07-31 08:08:43 +00:00
parent ca8e258cde
commit c5af4ce159
2 changed files with 7 additions and 0 deletions

View file

@ -1,3 +1,6 @@
31 July 2012: Wouter
- Improved forward-first and stub-first documentation.
30 July 2012: Wouter 30 July 2012: Wouter
- tag 1.4.18rc2. - tag 1.4.18rc2.

View file

@ -994,6 +994,8 @@ the resolver picks up a correct list online.
.TP .TP
.B stub\-first: \fI<yes or no> .B stub\-first: \fI<yes or no>
If enabled, a query is attempted without the stub clause if it fails. 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. The default is no.
.SS "Forward Zone Options" .SS "Forward Zone Options"
.LP .LP
@ -1022,6 +1024,8 @@ To use a nondefault port for DNS communication append '@' with the port number.
.TP .TP
.B forward\-first: \fI<yes or no> .B forward\-first: \fI<yes or no>
If enabled, a query is attempted without the forward clause if it fails. 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. The default is no.
.SS "Python Module Options" .SS "Python Module Options"
.LP .LP