mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-23 20:35:25 +02:00
avahi-browse: add page (#3965)
* avahi-browse: add page * Rename avahi-browse to avahi-browse.md Co-authored-by: Zlatan Vasović <zlatanvasovic@gmail.com>
This commit is contained in:
parent
0b4f5233af
commit
aa4c63951b
1 changed files with 17 additions and 0 deletions
17
pages/linux/avahi-browse.md
Normal file
17
pages/linux/avahi-browse.md
Normal file
|
@ -0,0 +1,17 @@
|
|||
# avahi-browse
|
||||
|
||||
> Displays 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 all services available on the local network along with their addresses and ports while ignoring local ones:
|
||||
|
||||
`avahi-browse --all --resolve --ignore-local`
|
||||
|
||||
- Limit your search to a particular domain:
|
||||
|
||||
`avahi-browse --all --domain={{domain}}`
|
||||
|
||||
- List all domains:
|
||||
|
||||
`avahi-browse --browse-domains`
|
Loading…
Add table
Reference in a new issue