How to Add an SRV Record ?

An SRV Record (Service Record) is a DNS record used to tell devices which server provides a specific service, on which port, and with what priority/weight. It is commonly used for services like VoIP, Microsoft 365/Teams, SIP, XMPP, Minecraft, LDAP, and other applications.

Unlike A or CNAME records, SRV records include service and port information.


What an SRV Record Is Used For

Use an SRV record when you want to:


Before You Start

Get these details from your service provider:

Example:


How to Add an SRV Record at Govaio

  1. Log in to your Govaio client area

  2. Go to Domains

  3. Select the domain you want to manage

  4. Open DNS Management or Manage DNS Zone

  5. Click Add Record

  6. Choose SRV Record

  7. Enter the record details


Example Fields

Field

Value

Type

SRV

Service

_sip

Protocol

_tcp

Name / Host

@

Priority

10

Weight

5

Port

5060

Target

sip.provider.com

TTL

Default / 3600

  1. Click Save Changes


Example SRV Records

Service

Protocol

Priority

Weight

Port

Target

_sip

_tcp

10

5

5060

sip.provider.com

_xmpp-client

_tcp

5

0

5222

chat.example.com

_minecraft

_tcp

0

0

25565

mc.examplehost.com


How Priority and Weight Work

Priority

Weight


Important Notes


How Long Does It Take?

DNS changes usually begin quickly, but full propagation may take:


Common Problems

Service Not Connecting

Possible reasons:

Login / Auto Discovery Failure

Possible reasons:


Best Practice

Only add SRV records when specifically required by your provider. They are mostly used for specialized services, not standard websites.


Need Help?

If you are unsure which SRV values to use, contact support@govaio.com with:

Govaio Support will help you configure it correctly.