How to add an SRV record in Site Tools?
To create an SRV record, go to your Site Tools > Domain > DNS Zone Editor > Create New Record > SRV. There each of the attributes should have a specific value:
- service – the name of the service, without underscore;
- proto – the protocol of the service (usually TCP or UDP);
- TTL – time to live;
- priority – lower values mean more preferred;
- weight – used for records with the same priority (higher value means more preferred);
- port – the number of the port;
- target – the hostname of the machine where the service is running.