]> git.ipfire.org Git - thirdparty/bind9.git/commit
Implement 'max-query-count'
authorMatthijs Mekking <matthijs@isc.org>
Thu, 7 Nov 2024 09:52:19 +0000 (10:52 +0100)
committerMatthijs Mekking <matthijs@isc.org>
Thu, 5 Dec 2024 13:01:57 +0000 (14:01 +0100)
commitbbc16cc8e6e852afd7cd95f1824429f81b7de222
tree888596f9cd337d5c4d053fb4ff08e71c82658c07
parent522581469cab3331de2933b813bab9892c29a4d1
Implement 'max-query-count'

Add another option to configure how many outgoing queries per
client request is allowed. The existing 'max-recursion-queries' is
per restart, this one is a global limit.
bin/named/config.c
bin/named/server.c
bin/tests/system/checkconf/good.conf.in
doc/arm/reference.rst
doc/misc/options
lib/dns/include/dns/view.h
lib/dns/resolver.c
lib/dns/view.c
lib/isccfg/namedconf.c