From: Ondřej Surý Date: Wed, 7 Nov 2018 19:15:37 +0000 (+0700) Subject: Add release notes for min-{cache,ncache}-ttl and now enforced max-ncache-ttl limit X-Git-Tag: v9.13.4~28^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=11db6dd8ffde92b762d5877ee171882b236b6c16;p=thirdparty%2Fbind9.git Add release notes for min-{cache,ncache}-ttl and now enforced max-ncache-ttl limit --- diff --git a/doc/arm/notes.xml b/doc/arm/notes.xml index 6424f21f6fc..04e226141ac 100644 --- a/doc/arm/notes.xml +++ b/doc/arm/notes.xml @@ -216,6 +216,22 @@ must be only enabled for the systems where FIPS mode is available. + + + Two new configuration options min-cache-ttl and + min-ncache-ttl has been added to allow the BIND 9 + administrator to override the minimum TTL in the received DNS records + (positive caching) and for storing the information about non-existent + records (negative caching). The configured minimum TTL for both + configuration options cannot exceed 90 seconds. + + + + + The configuration option max-ncache-ttl was + silently capped to 7 days, and the upper limit is now enforced. + +