]> git.ipfire.org Git - thirdparty/bind9.git/commit
[9.20] chg: usr: Reduce the number of outgoing queries
authorOndřej Surý <ondrej@isc.org>
Wed, 26 Nov 2025 17:46:42 +0000 (18:46 +0100)
committerOndřej Surý <ondrej@isc.org>
Wed, 26 Nov 2025 17:46:42 +0000 (18:46 +0100)
commit457b470e966a44102e1ef4e2c3631d5829dace3e
tree19637a4192356ef0b17f51fefcb62d9117700c05
parentcf8bc68fddeae084c7e829185de9a0c657d087cd
parenta8af46a39c689aa43ea47a77c9edd342d8b13a83
[9.20] chg: usr: Reduce the number of outgoing queries

Reduces the number of outgoing queries when resolving the nameservers
for delegation points.  This helps the DNS resolver with cold cache
resolve client queries with complex delegation chains and redirections.

Backport of MR !11148

Merge branch 'backport-ondrej/fctx_getaddresses-9.20' into 'bind-9.20'

See merge request isc-projects/bind9!11258