Create SRV record at the DNS server

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

1 Like

This will be fixed in the next update hopefully in a few days, thanks.

Great! It works as expected.

I’ve created a pull-request on github that adds extra documentation to the DNS API regarding SRV recorrds.

Thanks