mdnsd
mdnsd copied to clipboard
Mdns daemon for OpenBSD.
It would be nice to have reflector functionality like avahi so that received broadcasts on one interface go to all other interfaces allowed.
It seems to be problematic to run mdnsd both in the host and in a jail: the jail instance takes over and the host is no longer accessible by its...
This PR is split into 3 commits, but they may not be entirely distinct. It basically goes like this: 1. Add support for interfaces to store multiple IP addresses. 2....
mdnsd -d `cat /tmp/list` with more than 30 interfaces causes mdnsd to segfault.
Both the responder and resolver don't seem to be working over IPv6: the responder does not respond, and the resolver won't resolv AAAA records (there's actually no way to query...
Trying to run mdnsd on FreeBSD 11.2-RELEASE-p9 with a GENERIC Kernel, in a jail mounted on the loopback interface: ``` bash lo1: flags=8049 metric 0 mtu 16384 options=600003 inet 172.16.10.10...
I can't tell yet whether this is an issue with mdnsd or with the OpenBSD "tl" ethernet driver, but after a number of IPv6 address changes (autoconf privacy enabled) mdnsd...
The manpage gives a brief example of using `mdnsctl` to publish a service. The example is perhaps a little too brief. From the name, and from the (of course, only...
the version of the code in OpenBSD 6.3 is still openmdns-0.7p0 -- is there something that needs to be done to get the most current code into the package repository?...
It would be nice if `mdnsd` wrote its PID to a `/var/run` file, so that the daemon can be conveniently killed within an `rc` script. It would appear that calling...