SRV Lookup
Look up SRV records for the common services (SIP, XMPP, Matrix, LDAP, Autodiscover, Minecraft) or provide a custom service and protocol.
About the SRV Record Lookup Tool
The SRV Lookup tool queries DNS Service (SRV) records for a domain across the most common services (SIP, XMPP, Matrix, LDAP, Kerberos, Autodiscover, CalDAV, CardDAV, Minecraft) and any custom `_service._proto` label you provide. SRV records let a client discover both the hostname and the port of a service via DNS, plus a priority and weight for load-balancing — the RFC 2782 pattern that predates SNI and is still how enterprise mail, VoIP, XMPP and gaming clients bootstrap.
For every service we auto-check, we build the canonical `_service._proto.domain` label (for example `_sip._tls.example.com`) and issue a DoH SRV query. Results are sorted by priority ascending and weight descending — the order a well-behaved SRV client will actually try them. We surface priority, weight, port, target host and TTL for each answer, so operators can validate that failover and load-balancing behave as designed.
Use SRV Lookup when configuring Microsoft 365 or Exchange Autodiscover, verifying an XMPP or Matrix federation, publishing SIP or SIPS for a VoIP PBX, exposing a Minecraft server, or debugging why a client is picking the wrong backend. Pair with our DNS Propagation Checker to confirm SRV changes have replicated worldwide.
How to use this tool
- 1Enter the required value in the input field above (domain, IP, URL, or text depending on the tool).
- 2Click the action button to run the check — results are computed instantly from our edge network.
- 3Review the parsed output, key fields and any warnings shown in the result card.
- 4Copy the result, share the page URL, or jump to a related tool from the sidebar to continue debugging.
Key features
- Presets for SIP, XMPP, Matrix, LDAP, Kerberos, Autodiscover, CalDAV/CardDAV, Minecraft
- Custom `_service._proto` queries with tcp/udp/tls protocols
- Sorted by priority ascending and weight descending
- Shows priority, weight, port, target and TTL
- Runs over DoH — matches what a real SRV-aware client sees