]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
fix: nil: host -a now uses TCP
authorEvan Hunt <each@isc.org>
Thu, 23 Jul 2026 05:58:24 +0000 (05:58 +0000)
committerEvan Hunt <each@isc.org>
Thu, 23 Jul 2026 05:58:24 +0000 (05:58 +0000)
`host -a` is documented as being equivalent to `host -v -t any`,
but previously it used UDP instead of TCP. This has been corrected.

Closes #2072

Merge branch '2072-host-a-tcp' into 'main'

See merge request isc-projects/bind9!12440


Trivial merge