回答:
私のためのこの仕事
nslookup -q=SRV _ldap._tcp.mydomain.com
nslookup -q = SRV _sip._tls.tan-ha.com
Server: myhost.local
Address: 1.2.3.4 (my ip)
Non-authoritative answer:
_sip._tls.tan-ha.com SRV service location:
priority = 100
weight = 1
port = 443
svr hostname = sipdir.myotherdomainorso.com
sipdir.myotherdomainorso.com internet address = 110.12.23.34
sipdir.myotherdomainorso.com AAAA IPv6 address = 1111:111:ffff:3004::35
nslookupのmanページはもう正しくないようです。
nslookupには強力な非インタラクティブモードはありません。
「非インタラクティブモードは、名前と ホストまたはドメインの要求情報」
代わりに、host(1)を使用します。
host -t SRV example.com