rafaeljusto / shelter

Program to periodically validate and alert domains about DNS or DNSSEC misconfiguration
GNU General Public License v2.0
8 stars 3 forks source link

Show IDN domains in unicode format #124

Closed rafaeljusto closed 10 years ago

rafaeljusto commented 10 years ago

Call idna.ToUnicode when returning the domain name. Remember that the domain should be all lowercase (bug in IDNA library when "xn--" is uppercase).