| MDNSD(8) | System Manager's Manual (smm) | MDNSD(8) |
mdnsd — small
multicast DNS daemon
mdnsd |
[-hnsv] [-i
IFACE] [-l
LEVEL] [-t
TTL] [PATH] |
mdnsd is a small mDNS-SD daemon for UNIX
like systems. It is based on an original implementation made by Jeremie
Miller in 2003. Multicast DNS with service discovery (-SD) is an open
standard defined in RFC5762, mDNS-SD in RFC6763, commonly known to end-users
as Bonjour or Avahi, depending on the operating system.
mdnsd reads service definitions of
services to announce from /etc/mdns.d/*.service, a
different path may be given on the command line, which can be a directory or
a single service file.
mdnsd by default runs on all multicast
capable interfaces on a system. Use -i
IFACE to only run on a single interface.
This program follows the usual UNIX command line syntax. The options are as follows:
-h-i
IFACEmdnsd runs on all interfaces.
Only available on Linux.
-l
LEVEL-n-s-t
TTL-vThis mDNS-SD implementation was created in 2003 by
Jeremie Miller ⟨jer@jabber.org⟩. Much
later, in 2016, it was adopted by
Joachim Wiberg ⟨troglobit@gmail.com⟩ for
further development and maintenance at GitHub:
⟨https://github.com/troglobit/mdnsd⟩.
| Jan 4 2022 | Debian |