]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
new: usr: Add a new 'servfail-until-ready' configuration option for RPZ
authorArаm Sаrgsyаn <aram@isc.org>
Fri, 22 Aug 2025 18:37:20 +0000 (18:37 +0000)
committerArаm Sаrgsyаn <aram@isc.org>
Fri, 22 Aug 2025 18:37:20 +0000 (18:37 +0000)
By default, when :iscman:`named` is started it may start answering to
queries before the response policy zones are completely loaded
and processed. This new feature gives an option to the users to
tell :iscman:`named` that incoming requests should result in SERVFAIL answer
until all the response policy zones are processed and ready. Note that if
one or more response policy zones fail to load, :iscman:`named` starts
responding to queries according to those zones that did load.

Closes #5222

Merge branch '5222-stop-sending-responses-until-rpz-is-ready' into 'main'

See merge request isc-projects/bind9!10839


Trivial merge