mirror of
https://github.com/NLnetLabs/unbound.git
synced 2025-12-20 23:00:56 -05:00
manpage entry.
git-svn-id: file:///svn/unbound/trunk@539 be551aaa-1e26-0410-a405-d3ace91eadb9
This commit is contained in:
parent
cf4ef6fbaf
commit
5c9f7c00ba
2 changed files with 6 additions and 0 deletions
|
|
@ -6,6 +6,7 @@
|
||||||
Sets AD bit on validated replies.
|
Sets AD bit on validated replies.
|
||||||
- do not examine security status on an error reply in mesh_done.
|
- do not examine security status on an error reply in mesh_done.
|
||||||
- construct DS, DNSKEY messages from rrset cache.
|
- construct DS, DNSKEY messages from rrset cache.
|
||||||
|
- manual page entry for override-date.
|
||||||
|
|
||||||
20 August 2007: Wouter
|
20 August 2007: Wouter
|
||||||
- validate and positive validation, positive wildcard NSEC validation.
|
- validate and positive validation, positive wildcard NSEC validation.
|
||||||
|
|
|
||||||
|
|
@ -199,6 +199,11 @@ The resource record is entered in the same format as 'dig' or 'drill' prints
|
||||||
them, the same format as in the zone file. Has to be on a single line, with
|
them, the same format as in the zone file. Has to be on a single line, with
|
||||||
"" around it. A TTL can be specified for ease of cut and paste, but is ignored.
|
"" around it. A TTL can be specified for ease of cut and paste, but is ignored.
|
||||||
A class can be specified, but class IN is default.
|
A class can be specified, but class IN is default.
|
||||||
|
.It \fBval-override-date:\fR <rrsig-style date spec>
|
||||||
|
Default is "" or "0", which disables this debugging feature. If enabled by
|
||||||
|
giving a RRSIG style date, that date is used for verifying RRSIG inception
|
||||||
|
and expiration dates, instead of the current date. Do not set this unless
|
||||||
|
you are debugging signature inception and expiration.
|
||||||
.El
|
.El
|
||||||
|
|
||||||
.Ss Stub Zone Options
|
.Ss Stub Zone Options
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue