From aa4c63951b82fd0e106e0e3bb7c78dfa5abb0a72 Mon Sep 17 00:00:00 2001 From: Albert Date: Mon, 6 Apr 2020 13:00:20 +0200 Subject: [PATCH] avahi-browse: add page (#3965) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * avahi-browse: add page * Rename avahi-browse to avahi-browse.md Co-authored-by: Zlatan Vasović --- pages/linux/avahi-browse.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 pages/linux/avahi-browse.md diff --git a/pages/linux/avahi-browse.md b/pages/linux/avahi-browse.md new file mode 100644 index 0000000000..3fc6d8a9e4 --- /dev/null +++ b/pages/linux/avahi-browse.md @@ -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: . + +- 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`