DNSCALE: Add DNScale DNS provider#3973
Merged
tlimoncelli merged 7 commits intoStackExchange:mainfrom Jan 14, 2026
Merged
Conversation
Add support for DNScale DNS hosting service (https://dnscale.eu). Features: - 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
Contributor
|
Looks good! I'll have time for a more detailed code review later this week. |
tlimoncelli
reviewed
Jan 13, 2026
Contributor
|
golangci-lint reports two issues: |
Co-authored-by: Tom Limoncelli <[email protected]>
Co-authored-by: Tom Limoncelli <[email protected]>
Co-authored-by: Tom Limoncelli <[email protected]>
Co-authored-by: Tom Limoncelli <[email protected]>
Contributor
Author
@tlimoncelli thank you for the valuable comments, addressed. |
tlimoncelli
approved these changes
Jan 14, 2026
Merged
tlimoncelli
pushed a commit
that referenced
this pull request
Jan 20, 2026
Adds documentation for DNScale DNS hosting service, provider implementation merged @ #3973
cafferata
reviewed
Jan 30, 2026
|
|
||
| ## API Documentation | ||
|
|
||
| For more information about the DNScale API, see the [DNScale API documentation](https://dnscale.eu/api/overview). |
Collaborator
There was a problem hiding this comment.
@dnscale-ops just a heads up that this URL currently responds with a 301 redirect to the www version: https://www.dnscale.eu/api/overview. Not an issue for now, but I wanted to flag it.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Limitations
Test plan