mirror of
https://github.com/NLnetLabs/unbound.git
synced 2025-12-20 23:00:56 -05:00
- Fix #3505: Documentation for default local zones references
wrong RFC. git-svn-id: file:///svn/unbound/trunk@4539 be551aaa-1e26-0410-a405-d3ace91eadb9
This commit is contained in:
parent
5b7942d197
commit
76eee77b08
2 changed files with 6 additions and 2 deletions
|
|
@ -1,3 +1,7 @@
|
|||
19 February 2018: Wouter
|
||||
- Fix #3505: Documentation for default local zones references
|
||||
wrong RFC.
|
||||
|
||||
16 February 2018: Wouter
|
||||
- Fixes for clang static analyzer, the missing ; in
|
||||
edns-subnet/addrtree.c after the assert made clang analyzer
|
||||
|
|
|
|||
|
|
@ -1133,7 +1133,7 @@ local\-data: "onion. 10800 IN
|
|||
SOA localhost. nobody.invalid. 1 3600 1200 604800 10800"
|
||||
.fi
|
||||
.TP 10
|
||||
\h'5'\fItest (RFC 7686)\fR
|
||||
\h'5'\fItest (RFC 2606)\fR
|
||||
Default content:
|
||||
.nf
|
||||
local\-zone: "test." static
|
||||
|
|
@ -1142,7 +1142,7 @@ local\-data: "test. 10800 IN
|
|||
SOA localhost. nobody.invalid. 1 3600 1200 604800 10800"
|
||||
.fi
|
||||
.TP 10
|
||||
\h'5'\fIinvalid (RFC 7686)\fR
|
||||
\h'5'\fIinvalid (RFC 2606)\fR
|
||||
Default content:
|
||||
.nf
|
||||
local\-zone: "invalid." static
|
||||
|
|
|
|||
Loading…
Reference in a new issue