mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2024-05-11 05:55:12 +00:00
Namecom punycode (#170)
* convert records to punycode before processing * make IDN CNAME target use a real IDN TLD
This commit is contained in:
committed by
Tom Limoncelli
parent
988d8d6bf8
commit
93764da4e3
@ -301,7 +301,7 @@ var tests = []*TestCase{
|
||||
tc("Internationalized name", a("ööö", "1.2.3.4")),
|
||||
tc("Change IDN", a("ööö", "2.2.2.2")),
|
||||
tc("Internationalized CNAME Target", cname("a", "ööö.com.")),
|
||||
tc("IDN CNAME AND Target", cname("öoö", "ööö.ööö.")),
|
||||
tc("IDN CNAME AND Target", cname("öoö", "ööö.企业.")),
|
||||
|
||||
//MX
|
||||
tc("Empty"),
|
||||
|
Reference in New Issue
Block a user