]> git.ipfire.org Git - thirdparty/bind9.git/commit
extends named -T so ADB settings can be tweaked
authorColin Vidal <colin@isc.org>
Mon, 2 Feb 2026 12:50:38 +0000 (13:50 +0100)
committerOndřej Surý <ondrej@isc.org>
Fri, 20 Feb 2026 17:11:29 +0000 (18:11 +0100)
commited184d85458a2dc7962db5b34068ddcf62da0514
tree623fddcde86c08b13b72f25d417e646be1271141
parentd4426f85b36a164a8b32b05bf6cb277e618af2ab
extends named -T so ADB settings can be tweaked

ADB entry window and ADB min cache time can be tweaked using `named -T
adbentrywindow=<unsigned int>` and `named -T adbmincache=<unsigned
int>`.

While those values doesn't needs to be exposed to the operator, this can
be needed to be able to system test ADB behaviors without having to wait
as long as those values are by default.

(cherry picked from commit e5f963262a3a517e1541ae271a8dd21a8e8b79c0)
bin/named/main.c
lib/dns/adb.c