]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
new: usr: Add +[no]showtruncated and +[no]showallmessages to dig
authorMark Andrews <marka@isc.org>
Mon, 1 Dec 2025 23:11:49 +0000 (10:11 +1100)
committerMark Andrews <marka@isc.org>
Mon, 1 Dec 2025 23:11:49 +0000 (10:11 +1100)
The dig option +showtruncated adds the ability to display
the truncated message before retrying the query over TCP.

The dig option +showallmessages add a short cut which is
the equivalent of "dig +qr +showbadcookie +showbadversion
+showtruncated".

Closes #5657

Merge branch '5657-add-showtruncated-to-dig' into 'main'

See merge request isc-projects/bind9!11275


Trivial merge