Difference between revisions of "DNS SRV record"

From Teknologisk videncenter
Jump to: navigation, search
m
m
 
Line 14: Line 14:
 
</source>
 
</source>
 
{{Source cmd}}
 
{{Source cmd}}
 +
 +
=Links=
 +
*[http://mydns.bboy.net/survey/ http://mydns.bboy.net/survey/]
  
 
[[Category:DNS]]
 
[[Category:DNS]]

Latest revision as of 09:52, 27 April 2016

Example of SRV service record
C:\><input>nslookup -type=srv _sip._udp.tekkom.dk</input>
Server:   saturn.tekkom.local
Address:  172.16.4.66

_sip._udp.tekkom.dk     SRV service location:
          priority       = 10
          weight         = 20
          port           = 5060
          svr hostname   = mars
C:\>


Links