Hi
I’ve installed an XMPP / Jabber server and need to add the SRV record to the DNS of my domain so other users can find me.
Those records look like next:
_xmpp-client._tcp.example.net. 86400 IN SRV 5 0 5222 example.net.
_xmpp-server._tcp.example.net. 86400 IN SRV 5 0 5269 example.net.
The current API only allow for A/AAAA/MX/TXT records and SRV is really needed on some cases.
Is there a workaround to add this kind of records? How could we add this to the API?
Thanks