]> git.ipfire.org Git - thirdparty/bind9.git/commit
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)
commit4ec0d0e0cb4e9cfedb826b637d4083a50ca2c021
tree9ef95514145a88f66d92e52a8a95abe2311109e5
parent4de05a6656ee57f6845cbe8356ba17b8faa53e09
parent37a0479283eeefce94311ed82e6fedcefe90cf9e
fix: nil: host -a now uses TCP

`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