mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2025-12-09 05:36:27 +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 |
||
|---|---|---|
| .. | ||
| advanced-features | ||
| assets | ||
| commands | ||
| developer-info | ||
| getting-started | ||
| language-reference | ||
| markdown-examples | ||
| provider | ||
| release | ||
| .gitbook.yaml | ||
| index.md | ||
| SUMMARY.md | ||