]> git.ipfire.org Git - thirdparty/bind9.git/commit
Allow fallback to IDNA2003 processing
authorOndřej Surý <ondrej@isc.org>
Fri, 26 Aug 2022 10:24:07 +0000 (12:24 +0200)
committerOndřej Surý <ondrej@isc.org>
Mon, 5 Sep 2022 08:34:49 +0000 (10:34 +0200)
commit10923f9d8725c8d776b591f90a5f7e82dbae6752
tree173f4de2dcac6990fc9838ca1a7324d91b00b583
parentb5d5c383a7900910a277b24b9887d5b874c7adf6
Allow fallback to IDNA2003 processing

In several cases where IDNA2008 mappings do not exist whereas IDNA2003
mappings do, dig was failing to process the suplied domain name.  Take a
backwards compatible approach, and convert the domain to IDNA2008 form,
and if that fails try the IDNA2003 conversion.
bin/dig/dighost.c