1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-22 22:22:18 +02:00
tldr/pages/linux/avahi-browse.md
Lena c9775847b6
pages/*: use the imperative in descriptions (#12574)
* pages/*: use the imperative in descriptions

* go-fmt: put the description on one line
2024-04-18 09:34:00 +05:30

21 lines
651 B
Markdown

# avahi-browse
> Display services and hosts exposed on the local network via mDNS/DNS-SD.
> Avahi is compatible with Bonjour (Zeroconf) found in Apple devices.
> More information: <https://www.avahi.org/>.
- List services available on the local network along with their addresses and ports, ignoring ones on the local machine:
`avahi-browse --all --resolve --ignore-local`
- Quickly list services in the local network in SSV format for scripts:
`avahi-browse --all --terminate --parsable`
- List domains in the neighbourhood:
`avahi-browse --browse-domains`
- Limit the search to a particular domain:
`avahi-browse --all --domain={{domain}}`