bind9/bin
Ondřej Surý a8af46a39c
Reduce the number of outgoing queries
The dns_resolver mode of operation is to resolve all the domains as it
iterates the DNS tree to fill up the cache as quickly as possible.

This commit reduces the number of outgoing queries by reducing the
number of remote fetches started for the nameserver addresses resolution
via dns_adb_createfind() to a smaller number per depth of the recursion
since the delegation point (3 2 1 0) - where 0 means only create fetch
on demand if we don't have any addresses yet.

(cherry picked from commit 1b90d2ffdb)
2025-11-26 17:53:25 +01:00
..
check dnssec-verify now returns failure on bad arguments 2025-10-22 13:48:22 +11:00
confgen Remove redundant parentheses from the return statement 2024-11-19 14:26:52 +01:00
delv dnssec-verify now returns failure on bad arguments 2025-10-22 13:48:22 +11:00
dig avoid retrying a server if its address is unusable 2025-11-04 19:05:52 +00:00
dnssec dnssec-verify now returns failure on bad arguments 2025-10-22 13:48:22 +11:00
named set cfgmaps correctly 2025-10-29 13:28:15 -07:00
nsupdate Remove redundant parentheses from the return statement 2024-11-19 14:26:52 +01:00
plugins Remove redundant parentheses from the return statement 2024-11-19 14:26:52 +01:00
rndc document config option dependency for showzone 2025-10-23 20:10:49 +00:00
tests Reduce the number of outgoing queries 2025-11-26 17:53:25 +01:00
tools mdig: fix implicit bool to int cast 2025-11-12 10:32:20 +00:00
Makefile.am Remove native PKCS#11 support 2021-09-09 15:35:39 +02:00