SRV Lookup example 1
Input
_sip._tcp.example.com
Output
SRV result with priority, port, and target
Checks a service-specific DNS record.
Network Tools
Review practical SRV Lookup examples so you can understand expected input, output, and common patterns faster.
Use this SRV lookup tool to find service records for protocols like SIP, XMPP, LDAP, Minecraft, and other services. It is useful for troubleshooting service discovery, domain-based routing, and protocol-specific connection settings.
Example pages are especially useful for network tools because they show what good input looks like, what kind of output to expect, and how the tool behaves in common scenarios.
Input
_sip._tcp.example.com
Output
SRV result with priority, port, and target
Checks a service-specific DNS record.
Fix: Use the full pattern with service and protocol such as _service._tcp.domain.com.
Fix: Use CNAME, A, or other DNS tools if the source is not service-specific.
Fix: Check whether that protocol or app actually publishes SRV entries.
After reviewing these examples, run the live tool with your own input. If your task involves a follow-up step, the related page can help you move to the next tool in the workflow.
Open the main SRV Lookup page and test your own real input.