Merged
Conversation
chicks-net
added a commit
to chicks-net/dnscontrol
that referenced
this pull request
Jan 12, 2026
Investigation revealed that DigitalOcean's SOA support is too limited to be useful - while the API documentation mentions SOA records exist, only the TTL can be modified and the record cannot be deleted. This makes it impractical to manage via DNSControl. This PR re-disables SOA support (which was disabled in StackExchange#3963) and updates the documentation to clarify why SOA is not supported. Fixes StackExchange#3965 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 <[email protected]>
4 tasks
tlimoncelli
added a commit
that referenced
this pull request
Jan 12, 2026
## Summary Fixes #3965 Investigation revealed that DigitalOcean's SOA support is too limited to be useful in DNSControl: - While the API documentation mentions SOA records exist, only the TTL can be modified - The SOA record cannot be deleted - This makes it impractical to manage via DNSControl Changes made: - Disabled `CanUseSOA` capability in the DigitalOcean provider (with comment "despite docs") - Updated provider documentation to remove SOA from supported record types - Added clarification explaining why SOA is not supported - Updated the provider feature matrix table to reflect SOA is not supported ## Test plan - [x] Reviewed the DigitalOcean API documentation - [x] Confirmed the limitation matches the test failures from #3963 - [x] Updated all relevant documentation files - [x] Provider capability correctly set to `Cannot()` 🤖 Generated with [Claude Code](https://claude.com/claude-code) --------- Co-authored-by: Claude Sonnet 4.5 <[email protected]> Co-authored-by: Tom Limoncelli <[email protected]>
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.
No description provided.