]> git.ipfire.org Git - thirdparty/bind9.git/commit
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)
commitec1e919389d0565252a334f08ea30ab47268ce38
tree710032370320530fbfc82fd1d60e2c5f2ca6631d
parent888b5f55a88795d6020e96ae430d3f95f35fa964
parent924230f05af20eb8f7bd6550be1b1cbb212d4def
new: usr: Add a new 'servfail-until-ready' configuration option for RPZ

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