Skip to content

GIDINET: Enable SRV record support#4074

Merged
tlimoncelli merged 1 commit intoStackExchange:mainfrom
zupolgec:gidinet-srv-support
Feb 11, 2026
Merged

GIDINET: Enable SRV record support#4074
tlimoncelli merged 1 commit intoStackExchange:mainfrom
zupolgec:gidinet-srv-support

Conversation

@zupolgec
Copy link
Copy Markdown
Collaborator

Summary

Enables SRV record support for the Gidinet provider.

The initial implementation had SRV disabled because the API was returning errors. After working with the provider (Gidinet support), the issue was resolved on their end.

Changes

  • SRV capability changed from Cannot to Can
  • Fixed SRV record parsing: the Data field contains all four components (priority weight port target), not just three — the Priority field is only used for MX records
  • SRV target is sent with trailing dot (FQDN) as required by the API

Testing

Full CRUD tested on bellincione10.it:

Operation Result
CREATE SRV _sip._tcp 10 60 5060 www.bellincione10.it.
UPDATE Changed priority/weight/port ✓
DELETE

@tlimoncelli
Copy link
Copy Markdown
Contributor

yay! thank you for following up with Gidi support to get this resolved!

@tlimoncelli tlimoncelli merged commit af1a5e9 into StackExchange:main Feb 11, 2026
4 of 5 checks passed
@zupolgec
Copy link
Copy Markdown
Collaborator Author

@tlimoncelli and we are almost ready with the test account for automated testing 💪

@zupolgec zupolgec deleted the gidinet-srv-support branch February 11, 2026 18:06
@tlimoncelli
Copy link
Copy Markdown
Contributor

@tlimoncelli and we are almost ready with the test account for automated testing 💪

How exciting!

See https://docs.dnscontrol.org/developer-info/byo-secrets for full instructions. (Feedback welcome if any steps are unclear)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants