]> git.ipfire.org Git - thirdparty/bind9.git/commit
new: usr: Add support for Extended DNS Error 24 (Invalid Data)
authorColin Vidal <colin@isc.org>
Mon, 3 Nov 2025 17:25:38 +0000 (18:25 +0100)
committerColin Vidal <colin@isc.org>
Mon, 3 Nov 2025 17:25:38 +0000 (18:25 +0100)
commit4941d33a8aeb059914bbc3bf2506d1ff78503adc
tree90ee4b87f91562a12abded1f750cf080377479b2
parent069bfab5b3231290470e0af32e92202a8a91980c
parente4851fcdb7d8de44857c722fd852b740290583f5
new: usr: Add support for Extended DNS Error 24 (Invalid Data)

Extended DNS Error 24 (Invalid Data) is returned when the server cannot answer data for a zone it is configured for. This occurs typically when an authoritative server does not have loaded the DB of a configured zone, or a secondary server zone is expired.

See RFC 8914 section 4.25.

See #1836

Merge branch 'colin/ede24' into 'main'

See merge request isc-projects/bind9!11169