mirror of
https://github.com/NLnetLabs/unbound.git
synced 2025-12-20 23:00:56 -05:00
bug 239
git-svn-id: file:///svn/unbound/trunk@1539 be551aaa-1e26-0410-a405-d3ace91eadb9
This commit is contained in:
parent
c154c6b7b4
commit
b0ef703c1b
2 changed files with 4 additions and 0 deletions
|
|
@ -1,3 +1,6 @@
|
||||||
|
20 March 2009: Wouter
|
||||||
|
- bug #239: module-config entries order is important. Documented.
|
||||||
|
|
||||||
19 March 2009: Wouter
|
19 March 2009: Wouter
|
||||||
- winrc/README.txt dos-format text file.
|
- winrc/README.txt dos-format text file.
|
||||||
- iana portlist updated.
|
- iana portlist updated.
|
||||||
|
|
|
||||||
|
|
@ -475,6 +475,7 @@ Module configuration, a list of module names separated by spaces, surround
|
||||||
the string with quotes (""). The modules can be validator, iterator.
|
the string with quotes (""). The modules can be validator, iterator.
|
||||||
Setting this to "iterator" will result in a non\-validating server.
|
Setting this to "iterator" will result in a non\-validating server.
|
||||||
Setting this to "validator iterator" will turn on DNSSEC validation.
|
Setting this to "validator iterator" will turn on DNSSEC validation.
|
||||||
|
The ordering of the modules is important.
|
||||||
You must also set trust\-anchors for validation to be useful.
|
You must also set trust\-anchors for validation to be useful.
|
||||||
.TP
|
.TP
|
||||||
.B trust\-anchor\-file: \fI<filename>
|
.B trust\-anchor\-file: \fI<filename>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue