SRV is a DNS record where information about the available services of the domain is specified. In practical terms, this record is required in protocols such as SIP or XMPP, where information is queried to determine where to find the service.For example: when configuring an SRV record for the host _sip._tcp.example.org, you fill in the following fields:
One of the main features of the SRV record is that multiple records can be configured with different priority and weight values, also for different hosts and/or connection ports. For example:
| Host | Priority | Weight | Port |
| sip.example.net | 10 | 100 | 5060 |
| sip2.example.net | 10 | 150 | 5060 |
| auxsip.example.net | 20 | 100 | 5066 |
One question you might have is, where is the protocol defined?
The protocol is defined in the subdomain, using the following format:
_SERVICE._PROTOCOL.DOMAIN. TTL, CLASS, SRV, PRIORITY, WEIGHT, PORT, TARGET.
To configure the SRV record for your domain, go directly to "Manage DNS" from the "Basic service list" in our control panel and follow these steps.
Add record
In the "DNS Records" list, click New record and in "Record type" choose the SRV option.
Specify the TTL value, subdomain (protocol), destination domain, priority, weight, port, and save the record.
TTL value: you can specify the period of time that DNS servers should use the record before checking for updates.
Redirect: only one subdomain.
Subdomain: protocol. This is where the information is queried to determine where to find the service.
Destination host: shows the name of the server where the service you are configuring is located.
Priority level: specifies the order in which client applications will contact the servers (similar to MX records). These applications will first attempt to contact the host with the lowest priority value, then the next one, and so on.
Weight: is a load-balancing mechanism.
Port: shows the service port on the host.
Propagation
You have now created the SRV record. Now you only need to wait for the changes to propagate, a process that may take approximately five minutes.For more information, you can contact us.