]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
fix: usr: Fix nxdomain-redirect combined with dns64
authorOndřej Surý <ondrej@isc.org>
Thu, 28 May 2026 09:11:57 +0000 (11:11 +0200)
committerOndřej Surý <ondrej@isc.org>
Thu, 28 May 2026 09:11:57 +0000 (11:11 +0200)
When a resolver was configured with both `nxdomain-redirect` and `dns64`
in the same view, an AAAA query for a nonexistent name could abort
`named`. The combination failed whenever the redirect zone held A
records but no AAAA records.  The server now serves the empty AAAA
response from the redirect zone as-is, instead of attempting DNS64
synthesis on top of it.

Closes #5789

Merge branch '5789-fix-nxdomain-redirect-dns64-assert' into 'main'

See merge request isc-projects/bind9!12059


Trivial merge