]> git.ipfire.org Git - thirdparty/bind9.git/commit
host -a should use TCP
authorEvan Hunt <each@isc.org>
Wed, 22 Jul 2026 21:43:07 +0000 (14:43 -0700)
committerEvan Hunt <each@isc.org>
Thu, 23 Jul 2026 05:58:05 +0000 (05:58 +0000)
commit37a0479283eeefce94311ed82e6fedcefe90cf9e
tree9ef95514145a88f66d92e52a8a95abe2311109e5
parent4de05a6656ee57f6845cbe8356ba17b8faa53e09
host -a should use TCP

"host -a" is documented as being equivalent to "host -v -t any",
but it uses UDP while the other uses TCP. This has been corrected.
bin/dig/host.c
bin/dig/host.rst