mirror of
https://github.com/isc-projects/bind9.git
synced 2026-07-16 07:42:52 -04:00
regen master
This commit is contained in:
parent
381c77fd82
commit
832fa787d4
3 changed files with 13 additions and 1 deletions
|
|
@ -7527,7 +7527,7 @@ example.com CNAME rpz-tcp-only.
|
|||
<p>
|
||||
With both methods when named gets a NXDOMAIN response
|
||||
it examines a seperate namespace to see if the NXDOMAIN
|
||||
response should be replaced with a alternative response.
|
||||
response should be replaced with an alternative response.
|
||||
</p>
|
||||
<p>
|
||||
With a redirect zone (<span class="command"><strong>zone "." { type redirect; };</strong></span>), the
|
||||
|
|
|
|||
|
|
@ -533,6 +533,12 @@
|
|||
rndc commands are allowed for querying information from named.
|
||||
By default, control channel access is read-write.
|
||||
</p></li>
|
||||
<li class="listitem"><p>
|
||||
When loading managed signed zones detect if the RRSIG's
|
||||
inception time is in the future and regenerate the RRSIG
|
||||
immediately. This helps when the system's clock needs to
|
||||
be reset backwards.
|
||||
</p></li>
|
||||
</ul></div>
|
||||
</div>
|
||||
<div class="section">
|
||||
|
|
|
|||
|
|
@ -494,6 +494,12 @@
|
|||
rndc commands are allowed for querying information from named.
|
||||
By default, control channel access is read-write.
|
||||
</p></li>
|
||||
<li class="listitem"><p>
|
||||
When loading managed signed zones detect if the RRSIG's
|
||||
inception time is in the future and regenerate the RRSIG
|
||||
immediately. This helps when the system's clock needs to
|
||||
be reset backwards.
|
||||
</p></li>
|
||||
</ul></div>
|
||||
</div>
|
||||
<div class="section">
|
||||
|
|
|
|||
Loading…
Reference in a new issue