How can I query .local bonjour DNS entries?

前端 未结 2 583
野的像风
野的像风 2021-02-08 20:40

It\'s pretty straightforward to query out the guts of a DNS-SD entry via dig by asking your nameserver directly; but for multicast DNS, I\'m not sure where to look.

2条回答
  •  感情败类
    2021-02-08 21:05

    The main utility is dns-sd, e.g.:

    % dns-sd -B _afpovertcp._tcp
    Browsing for _afpovertcp._tcp
    Timestamp     A/R Flags if Domain           Service Type              Instance Name
    20:02:23.350  Add     2  4 local.           _afpovertcp._tcp.         myhost
    

提交回复
热议问题