How to add SRV resource record (RR) type BIND9
Syntax :
service = http (80), https (443), pop (110), smtp (25), imap (445), ldap (389), ftp (21), ssh (22), telnet (23), rpc (135) and others protocolName = tcp or udp priority = digit, lowers get first priority weight = digit, higher get used often portNO = the digit relevant to the service name listed above Example
_service._protocolName IN SRV priority weight portNO subdns.domain.com
service = http (80), https (443), pop (110), smtp (25), imap (445), ldap (389), ftp (21), ssh (22), telnet (23), rpc (135) and others protocolName = tcp or udp priority = digit, lowers get first priority weight = digit, higher get used often portNO = the digit relevant to the service name listed above Example
_service._protocolName IN SRV priority weight portNO subdns.domain.com
_https._tcp IN SRV 10 10 443 mail.domainname.com.
Comments
Post a Comment