dnscontrol/integrationTest
Tom Limoncelli c11a523982
FEATURE: Fixing IDN support for domains (#3879)
# Issue

The previous fix had backwards compatibility issues and treated
uppercase Unicode incorrectly.

# Resolution

* Don't call strings.ToUpper() on Unicode strings. Only call it on the
output of ToASCII.
* Fix BIND's "filenameformat" to be more compatible (only breaks if you
had uppercase unicode in a domain name... which you probably didn't)
* Change IDN to ASCII in most places (Thanks for the suggestion,
@KaiSchwarz-cnic!)
* Update BIND documentation
2025-12-03 20:31:59 -05:00
..
config DOCS: Converted README.txt to .gitkeep (#1785) 2022-10-30 13:59:38 -04:00
zones DOCS: Converted README.txt to .gitkeep (#1785) 2022-10-30 13:59:38 -04:00
helpers_integration_test.go BUGFIX: IDN support is broken for domain names (#3845) 2025-11-29 12:17:44 -05:00
helpers_test.go REFACTOR: Split integration_test.go (it should mostly contain data tables) (#3420) 2025-02-06 15:13:44 -05:00
integration_test.go FEATURE: Fixing IDN support for domains (#3879) 2025-12-03 20:31:59 -05:00
profiles.json VERCEL: Implement Vercel DNS Provider (#3379) (#3542) 2025-12-01 08:41:56 -05:00
provider_test.go AZURE_DNS: Dedupe nameserver (#3526) 2025-05-03 08:36:31 -04:00