]> git.ipfire.org Git - thirdparty/bind9.git/commit
new: usr: Add Extended DNS Error Code 22 - No Reachable Authority
authorColin Vidal <colin@isc.org>
Wed, 4 Dec 2024 15:52:16 +0000 (15:52 +0000)
committerColin Vidal <colin@isc.org>
Wed, 4 Dec 2024 15:52:16 +0000 (15:52 +0000)
commit3972eacdad2ccda716bf126d8658c84e169a409f
treeaf447323c7239fc8dd5db0e14100e322aa277477
parent3779a81d501db17640760759824fba997fc546d9
parentd13e94b930214736600079778c2644a384c32c13
new: usr: Add Extended DNS Error Code 22 - No Reachable Authority

When the resolver is trying to query an authority server and eventually timed out, a SERVFAIL answer is given to the client. Add the Extended DNS Error Code 22 - No Reachable Authority to the response.

Closes #2268

Merge branch '2268/ede-no-reachable-authority' into 'main'

See merge request isc-projects/bind9!9743