SRV Record Builder

Compose SRV records with service discovery, protocol specification, priority/weight balancing, and target validation.

SRV Records

Service Examples

SRV Record Structure

_service._protocol.domain. TTL IN SRV priority weight port target.
  • Service: Must start with underscore (e.g., _http, _sip)
  • Protocol: Usually tcp, udp, tls, or sctp
  • Priority: Lower values = higher priority (0-65535)
  • Weight: Load balancing within same priority (0-65535)
  • Port: Service port number (1-65535)
  • Target: FQDN of the server (must end with dot)

Generated SRV Records

Service
TTL
Type
Priority
Weight
Port
Target
Status
_http.tcp.example.com
3600
SRV
10
5
80
web1.example.com.
Valid