mirror of
https://github.com/ameshkov/dnslookup.git
synced 2026-04-27 06:26:24 +03:00
[GH-ISSUE #81] Punycode/IDNA support #60
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/dnslookup#60
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @ainar-g on GitHub (May 15, 2025).
Original GitHub issue: https://github.com/ameshkov/dnslookup/issues/81
Looks like
dnslookupis sending IDNA queries as-is, without encoding them into Punycode. This makes testing IDNA support in DNS harder, as one basically has to encode the IDNA into Punycode themselves.