mirror of
https://github.com/NLnetLabs/unbound.git
synced 2026-01-05 22:39:35 -05:00
- Better documentation for cache-max-negative-ttl.
git-svn-id: file:///svn/unbound/trunk@4375 be551aaa-1e26-0410-a405-d3ace91eadb9
This commit is contained in:
parent
8752326d8c
commit
c5c2cb13d4
2 changed files with 2 additions and 0 deletions
|
|
@ -15,6 +15,7 @@
|
|||
using the old certs's public key.
|
||||
The `dnscrypt-provider-cert-rotated` allow to instruct unbound to not
|
||||
publish the cert as part of the DNS's provider_name's TXT answer.
|
||||
- Better documentation for cache-max-negative-ttl.
|
||||
|
||||
10 October 2017: Wouter
|
||||
- tag 1.6.7
|
||||
|
|
|
|||
|
|
@ -330,6 +330,7 @@ the data in the cache does not match up with the actual data any more.
|
|||
.B cache\-max\-negative\-ttl: \fI<seconds>
|
||||
Time to live maximum for negative responses, these have a SOA in the
|
||||
authority section that is limited in time. Default is 3600.
|
||||
This applies to nxdomain and nodata answers.
|
||||
.TP
|
||||
.B infra\-host\-ttl: \fI<seconds>
|
||||
Time to live for entries in the host cache. The host cache contains
|
||||
|
|
|
|||
Loading…
Reference in a new issue