DNS SRV Records
DNS Service (SRV) records specifies the information for a particular service.
E.g.
Here we can see an example SRV record for example.com:
% dig _kerberos._tls._tcp.example.com. srv +short
0 0 88 kdc1.example.com.
%
This shows some information about the Kerberos service for example.com.