]> git.ipfire.org Git - thirdparty/bind9.git/commit
Warn if 'stale-refresh-time' < 30 (default)
authorDiego Fronza <diego@isc.org>
Thu, 5 Nov 2020 16:07:47 +0000 (13:07 -0300)
committerDiego Fronza <diego@isc.org>
Wed, 11 Nov 2020 19:00:22 +0000 (16:00 -0300)
commit24ec021e5064047bbd3ef478e87425c5f7ef97b2
tree2e82976f2a6b96ce8d12dd921a4890ddfcf418dd
parent8cc5abff23b51b14143ba8661c17045adae935f4
Warn if 'stale-refresh-time' < 30 (default)

RFC 8767 recommends that attempts to refresh to be done no more
frequently than every 30 seconds.

Added check into named-checkconf, which will warn if values below the
default are found in configuration.

BIND will also log the warning during loading of configuration in the
same fashion.
bin/tests/system/checkconf/servestale.stale-refresh-time.0.conf [new file with mode: 0644]
bin/tests/system/checkconf/servestale.stale-refresh-time.29.conf [new file with mode: 0644]
bin/tests/system/checkconf/tests.sh
lib/bind9/check.c