mirror of
https://github.com/NLnetLabs/unbound.git
synced 2025-12-24 00:29:58 -05:00
- Fix minor error in unbound.conf.5.in
git-svn-id: file:///svn/unbound/trunk@3491 be551aaa-1e26-0410-a405-d3ace91eadb9
This commit is contained in:
parent
66b21d16be
commit
baedbe8ccd
2 changed files with 2 additions and 1 deletions
|
|
@ -6,6 +6,7 @@
|
||||||
- Remove confusion comment from canonical_compare() function.
|
- Remove confusion comment from canonical_compare() function.
|
||||||
- Fix #705: ub_ctx_set_fwd() return value mishandled on windows.
|
- Fix #705: ub_ctx_set_fwd() return value mishandled on windows.
|
||||||
- testbound selftest also works in non-debug mode.
|
- testbound selftest also works in non-debug mode.
|
||||||
|
- Fix minor error in unbound.conf.5.in
|
||||||
|
|
||||||
31 August 2015: Wouter
|
31 August 2015: Wouter
|
||||||
- changed windows setup compression to be more transparent.
|
- changed windows setup compression to be more transparent.
|
||||||
|
|
|
||||||
|
|
@ -296,7 +296,7 @@ trust (very large) TTL values.
|
||||||
.TP
|
.TP
|
||||||
.B cache\-min\-ttl: \fI<seconds>
|
.B cache\-min\-ttl: \fI<seconds>
|
||||||
Time to live minimum for RRsets and messages in the cache. Default is 0.
|
Time to live minimum for RRsets and messages in the cache. Default is 0.
|
||||||
If the the minimum kicks in, the data is cached for longer than the domain
|
If the minimum kicks in, the data is cached for longer than the domain
|
||||||
owner intended, and thus less queries are made to look up the data.
|
owner intended, and thus less queries are made to look up the data.
|
||||||
Zero makes sure the data in the cache is as the domain owner intended,
|
Zero makes sure the data in the cache is as the domain owner intended,
|
||||||
higher values, especially more than an hour or so, can lead to trouble as
|
higher values, especially more than an hour or so, can lead to trouble as
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue