mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2025-12-27 02:58:46 +08:00
# Issue Fixes https://github.com/StackExchange/dnscontrol/issues/3918 New "modern" types like RP had multiple bugs: * When RP() has an error (for example, wrong # of arguments) no error was printed. * DefaultTTL() was ignored. * FQDNs listed in RP() not properly checked to verify the are part of the D()/D_EXTEND() domain. * REFACTOR: Implement "double domain" checking and the skip_fqdn_check override (instead of in validate.go). * REFACTOR: Always list "names" as Raw, then ASCII, then Unicode. * REFACTOR: Generate domain DisplayName once, use many places # Resolution Fixed and test-cases added to prevent regressions. |
||
|---|---|---|
| .. | ||
| printer.go | ||
| printer_test.go | ||