SRV record

Advertises the host and port for a specific service, letting clients discover where a protocol lives without hard-coded settings.

What one looks like

_sip._tcp.example.com. 3600 IN SRV 10 60 5060 sipserver.example.com.

Things worth knowing

  • Used by SIP, XMPP, Minecraft servers and Microsoft 365 autodiscover.
  • The fields are priority, weight, port and target — in that order.
  • The name must include the service and protocol prefixes with underscores.

Look up a SRV record yourself

dig (macOS / Linux)

dig SRV example.com +short

nslookup (any OS)

nslookup -type=SRV example.com

Your resolver may still be serving a cached copy — our propagation checker queries 30+ resolvers worldwide so you can see who already has the new SRV record.

Look up a real SRV record

Query any domain live and see every record type with its TTL.

Run a DNS lookup