1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-17 16:15:53 +02:00
tldr/pages/linux/avahi-browse.md
Managor 99c7af4917
*: use a more specific more info link, org domain (#17699)
Mass update for more specific "more info" links
2025-08-16 11:12:49 -07:00

732 B

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://manned.org/avahi-browse.

  • List services available on the local network along with their addresses and ports, ignoring ones on the local machine:

avahi-browse {{[-a|--all]}} {{[-r|--resolve]}} {{[-l|--ignore-local]}}

  • Quickly list services in the local network in SSV format for scripts:

avahi-browse {{[-a|--all]}} {{[-t|--terminate]}} {{[-p|--parsable]}}

  • List domains in the neighbourhood:

avahi-browse {{[-D|--browse-domains]}}

  • Limit the search to a particular domain:

avahi-browse {{[-a|--all]}} --domain={{domain}}