]> git.ipfire.org Git - thirdparty/bind9.git/commit
Add a new 'servfail-until-ready' configuration option for RPZ
authorAram Sargsyan <aram@isc.org>
Mon, 19 May 2025 17:11:57 +0000 (17:11 +0000)
committerArаm Sаrgsyаn <aram@isc.org>
Fri, 22 Aug 2025 16:31:17 +0000 (16:31 +0000)
commit41387b8d30cd1555d030ef69480a575c2148490a
treee67a5a8d2a2272ce91e68c4af7d7647ed0b65e8a
parent88ed81e12d8a1e1c3de1f7571163610e108e2e88
Add a new 'servfail-until-ready' configuration option for RPZ

By default, when 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 named that incoming requests should result in SERVFAIL anwser
until all the response policy zones are procesed and ready.
bin/named/server.c
doc/arm/reference.rst
doc/misc/options
lib/dns/include/dns/rpz.h
lib/dns/rpz.c
lib/isccfg/namedconf.c
lib/ns/query.c