From: Matthijs Mekking Date: Thu, 5 Dec 2024 13:50:48 +0000 (+0000) Subject: new: usr: Add a new option to configure the maximum number of outgoing queries per... X-Git-Tag: v9.21.4~57 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=80a5745a1f84fcc9d22165c5f6be5b38dadb2ea5;p=thirdparty%2Fbind9.git new: usr: Add a new option to configure the maximum number of outgoing queries per client request The configuration option 'max-query-count' sets how many outgoing queries per client request is allowed. The existing 'max-recursion-queries' is the number of permissible queries for a single name and is reset on every CNAME redirection. This new option is a global limit on the client request. The default is 200. This allows us to send a bit more queries while looking up a single name. The default for 'max-recursion-queries' is changed from 32 to 50. Closes #4980 Closes #4921 Merge branch '4980-global-limit-outgoing-queries' into 'main' See merge request isc-projects/bind9!9737 --- 80a5745a1f84fcc9d22165c5f6be5b38dadb2ea5