dnscontrol/pkg/providers/_all
dnscale-ops 72cbf3930d
DNSCALE: Add DNScale DNS provider (#3973)
## 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>
2026-01-14 14:13:50 -05:00
..
all.go DNSCALE: Add DNScale DNS provider (#3973) 2026-01-14 14:13:50 -05:00