Domains:DNS Types: Difference between revisions
Appearance
Content deleted Content added
m →Examples: clean up, typos fixed: eg: → e.g.: |
|||
| Line 65: | Line 65: | ||
[[File:Srv-voiceless.png|none|frame|The srv record used for the AAISP SIP Service, pointing to two possible hosts]] |
[[File:Srv-voiceless.png|none|frame|The srv record used for the AAISP SIP Service, pointing to two possible hosts]] |
||
You can test your SRV record using 'dig' or 'nslookup' on the command line, |
You can test your SRV record using 'dig' or 'nslookup' on the command line, e.g.: |
||
$ dig +short srv _sip._udp.pbx.example.com |
$ dig +short srv _sip._udp.pbx.example.com |
||
$ nslookup -type=srv _sip._udp.pbx.example.com |
$ nslookup -type=srv _sip._udp.pbx.example.com |
||