Skip to main content

Configure an SRV type

What is an SRV record?

Best Practices

  1. Correctly define priority and weight for load balancing
  2. Verify that the service name format is correct (_service._protocol)
  3. Ensure that the specified port corresponds to the service
  4. Keep target server information up to date

Creating an SRV record

To create an SRV record, follow these steps:

  1. Click "Add" in the DNS records section
  2. Select the "SRV" type
  3. Fill in the following fields:
    • Service: the service name (e.g., _sip)
    • Protocol: the protocol used (e.g., _tcp)
    • Priority: value from 0 to 65535 (smaller = priority)
    • Weight: value from 0 to 65535 for load balancing
    • Port: the service port
    • Target: the server hostname

SRV creation