]> git.ipfire.org Git - thirdparty/bind9.git/commit
Add min-cache-ttl and min-ncache-ttl keywords
authorOndřej Surý <ondrej@sury.org>
Wed, 24 Oct 2018 13:17:18 +0000 (15:17 +0200)
committerOndřej Surý <ondrej@sury.org>
Wed, 14 Nov 2018 17:24:53 +0000 (18:24 +0100)
commite9a939841dcf37021aab189caee836bfb59b45dc
tree6688870a99c346b628c0457679d6933058cbe882
parentac2ea36fa5d3ca40fcf0b92ee48ad3b54ff02496
Add min-cache-ttl and min-ncache-ttl keywords

Sometimes it is useful to set a 'floor' on the TTL for records
to be cached.  Some sites like to use ridiculously low TTLs for
some reason, and that often is not compatible with slow links.

Signed-off-by: Michael Milligan <milli@acmeps.com>
Signed-off-by: LaMont Jones <lamont@debian.org>
bin/named/config.c
bin/named/server.c
bin/tests/named.conf
lib/bind9/check.c
lib/bind9/include/bind9/check.h
lib/dns/include/dns/ncache.h
lib/dns/include/dns/view.h
lib/dns/ncache.c
lib/dns/resolver.c
lib/isccfg/namedconf.c