]> git.ipfire.org Git - thirdparty/bind9.git/commit
More lenient IDNA processing in dig
authorTony Finch <fanf@isc.org>
Mon, 5 Sep 2022 14:49:49 +0000 (15:49 +0100)
committerTony Finch <fanf@isc.org>
Mon, 12 Sep 2022 10:40:08 +0000 (11:40 +0100)
commitf820ef49bffc90fabbd24ba4eaef4ba1224e257d
treed8b6cde303e59431a7ab9c29c8f8cb539b585dfc
parent8b9dba53dda3c83edd3225c761830c2b1c7757aa
More lenient IDNA processing in dig

If there are any problems with IDN processing, DiG will now quietly
handle the name as if IDN were disabled. This means that international
query names are rendered verbatim on the wire, and ACE names are
printed raw without conversion to UTF8.

If you want to check the syntax of international domain names,
use the `idn2` utility.
bin/dig/dig.c
bin/dig/dig.rst
bin/dig/dighost.c
bin/tests/system/idna/tests.sh
doc/man/dig.1in