mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2025-12-09 13:46:07 +08:00
# 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 |
||
|---|---|---|
| .. | ||
| auditrecords.go | ||
| bindProvider.go | ||
| fnames.go | ||
| fnames_test.go | ||
| serial.go | ||
| serial_test.go | ||
| soa.go | ||
| soa_test.go | ||