]> git.ipfire.org Git - thirdparty/bind9.git/commit
implement 'max-query-restarts'
authorEvan Hunt <each@isc.org>
Wed, 26 Jun 2024 06:49:00 +0000 (23:49 -0700)
committerEvan Hunt <each@isc.org>
Wed, 7 Aug 2024 20:20:05 +0000 (13:20 -0700)
commit104f3b82fb7c7cd03edc36507b167cfc6e11d17c
treef1da6c6bc770835e8c391da0cdf12693edc1a34d
parent7e3b425dc283df66df9c46002307ab676e10e4fd
implement 'max-query-restarts'

implement, document, and test the 'max-query-restarts' option
which specifies the query restart limit - the number of times
we can follow CNAMEs before terminating resolution.
bin/named/config.c
bin/named/server.c
bin/tests/system/chain/ns7/named.conf.in
bin/tests/system/chain/tests.sh
bin/tests/system/checkconf/good.conf.in
doc/arm/reference.rst
doc/misc/options
lib/isccfg/check.c
lib/isccfg/namedconf.c