dnscontrol/integrationTest
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
..
config
zones
helpers_integration_test.go BUGFIX: RecordConfig v2 wasn't processing record meta data (#3932) 2025-12-18 09:29:59 -05:00
helpers_test.go CHORE: Move non-provider code out of /providers (#3916) 2025-12-15 12:53:52 -05:00
integration_test.go DNSCALE: Add DNScale DNS provider (#3973) 2026-01-14 14:13:50 -05:00
profiles.json DNSCALE: Add DNScale DNS provider (#3973) 2026-01-14 14:13:50 -05:00
provider_test.go CHORE: Move non-provider code out of /providers (#3916) 2025-12-15 12:53:52 -05:00