]> 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 15:53:23 +0000 (12:53 -0300)
commit5e47a13fd05b6e146ad5a89f2f23701d950a608d
treea4159000a2340cb5b6025848437c43f0862d054b
parent4827ad0ec46e0fb30623363958289494b71de596
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