You can create an SRV entry within our central customer management (ZKM) interface by clicking on the DNS system setup.
The SRV entry is structured as follows:
Host:
_Dienst._Protokoll.Domain
The host entry consists of the offerd service, the protocol used usually _tcp and the domain name from the offered services.
Example: _http._tcp.example.com
TTL Time to live Default value here is 300
TYPE SRV
Prefence leave blank
Data Priority weight Port Domain
The priority weight is used for load balancing when multiple services will be operated with the same priority.
The port is the destination port on the host.
Domain is the name of the destination domain.
Example:
10 8080 proxy.example.com now everything coherent
Host | TTL | Type | Preference | Data |
_http._tcp.beispiel.de | 300 | SRV | 10 8080 proxy.beispiel.de |
Additional information an be found at: http://www.zytrax.com/books/dns/ch8/srv.html