add new chinese translations
This commit is contained in:
@@ -1,17 +1,21 @@
|
||||
# avahi-browse
|
||||
|
||||
> 显示通过 mDNS/DNS-SD 暴露在本地网络的服务和主机。
|
||||
> Avahi 与苹果设备的 Bonjour(Zeroconf)兼容。
|
||||
> 显示通过 mDNS/DNS-SD 在本地网络上暴露的服务和主机。
|
||||
> Avahi 兼容苹果设备中的 Bonjour (Zeroconf)。
|
||||
> 更多信息:<https://www.avahi.org/>.
|
||||
|
||||
- 列出本地网络中的所有服务和他们的地址与端口,忽略他们本地的地址和端口:
|
||||
- 列出本地网络上可用的服务及其地址和端口,忽略本地机器上的服务:
|
||||
|
||||
`avahi-browse --all --resolve --ignore-local`
|
||||
|
||||
- 列出所有的域名:
|
||||
- 以 SSV 格式快速列出本地网络中的服务,方便脚本使用:
|
||||
|
||||
`avahi-browse --all --terminate --parsable`
|
||||
|
||||
- 列出邻域中的域:
|
||||
|
||||
`avahi-browse --browse-domains`
|
||||
|
||||
- 只搜索一个特定的域名:
|
||||
- 将搜索限制在特定域内:
|
||||
|
||||
`avahi-browse --all --domain={{domain}}`
|
||||
`avahi-browse --all --domain={{domain}}`
|
Reference in New Issue
Block a user