What Is SRV Record?
An SRV (Service) record specifies the hostname and port for specific services running on a domain, like VoIP, messaging, or game servers. It's more targeted than an A record because it includes both the server location and the port number.
Why It Matters
While A records and CNAME records tell browsers where to find a website, SRV records tell specific applications where to find their services. An SRV record says: “The XMPP messaging service for this domain runs on server chat.example.com, port 5222.”
For domain forwarding, SRV records are irrelevant — they handle different kinds of traffic. But it’s useful to know they exist so you don’t accidentally change them when updating DNS for forwarding.
How It Works
An SRV record has a specific format:
_service._protocol.example.com SRV priority weight port target
_xmpp._tcp.example.com SRV 10 5 5222 chat.example.com
_sip._udp.example.com SRV 10 5 5060 sip.example.com
Applications query the SRV record to discover which server handles a specific service for the domain.
SRV vs Other Record Types
| Record Type | What It Resolves | Includes Port? |
|---|---|---|
| A | Domain → IP address | No |
| CNAME | Domain → another domain | No |
| MX | Domain → email server | No (uses standard port 25) |
| SRV | Service → server + port | Yes |
How Domain Forward Handles This
SRV records are completely separate from web traffic forwarding. When you configure Domain Forward, you change A records and CNAME records. Your SRV records for Microsoft 365, VoIP, or other services remain untouched.
Related Terms
Related Features
Frequently
asked questions
Microsoft 365 (for autodiscover), SIP/VoIP systems, XMPP messaging, Minecraft servers, and LDAP directories. SRV records help clients find the right server and port for these services.
No. Domain Forward handles web traffic redirects using A and CNAME records. SRV records are for non-web services and are unaffected by domain forwarding.
Still Confused? Try It Free.
Set up your first domain forward in under 5 minutes. Free plan includes 5 domains.