Skip to content

Allow fallback to IDNA2003 processing

Ondřej Surý requested to merge 3485-dig-fallback-to-idna2003 into main

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.

Closes #3485 (closed)

Merge request reports