mirror of
https://github.com/NLnetLabs/unbound.git
synced 2025-12-20 23:00:56 -05:00
- 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:
parent
ca8e258cde
commit
c5af4ce159
2 changed files with 7 additions and 0 deletions
|
|
@ -1,3 +1,6 @@
|
|||
31 July 2012: Wouter
|
||||
- Improved forward-first and stub-first documentation.
|
||||
|
||||
30 July 2012: Wouter
|
||||
- tag 1.4.18rc2.
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue