mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2026-01-15 20:54:46 +08:00
## Summary - Add support for DNScale DNS hosting service (https://dnscale.eu) - Full CRUD operations for DNS records via DNScale REST API - Support for common record types: A, AAAA, CNAME, MX, TXT, NS, CAA, PTR, SRV, SSHFP, TLSA, ALIAS, HTTPS, SVCB - Automatic zone management with EnsureZoneExists - Integration test profile included ## Limitations - Apex NS records are managed automatically by DNScale - Empty TXT records not supported - TXT records with leading/trailing whitespace not supported - TXT records with unescaped double quotes not supported - Null MX records not supported ## Test plan - [x] Integration tests pass (all record types) - [x] Documentation added --------- Co-authored-by: Tom Limoncelli <6293917+tlimoncelli@users.noreply.github.com> |
||
|---|---|---|
| .. | ||
| config | ||
| zones | ||
| helpers_integration_test.go | ||
| helpers_test.go | ||
| integration_test.go | ||
| profiles.json | ||
| provider_test.go | ||