How to create an SRV record
An SRV record provides information about web-based services and is most commonly used for SIP services and custom server configurations such as Minecraft servers. SRV records use a special naming scheme that includes the service, the protocol, and the name of the domain.
For example, _sip._tcp.goosehollow.design would be the SRV record for SIP requests for the domain goosehollow.design. Here's how you can create and properly format an SRV record on Porkbun.
Creating an SRV record on Porkbun
- Type: SRV - Service record
- Host: Specify the "Service" and the "Protocol" (such as _sip._tcp)
- Answer / Value: Specify the "Weight", "Port", and "Target". These should all go in the same line with a space in between each value (e.g. 5 5060 sip.goosehollow.design)
- Priority: Specify the priority of the record when compared against other SRV records at the same host
That's it! Your SRV records will begin propagating within five minutes or so. If you're specifically connecting your domain to a Minecraft server (a common reason to be adding SRV records), check out this guide for more specific info on how to set that up. Feel free to reach out to our support team if you need any assistance.