14 lines
542 B
Plaintext
14 lines
542 B
Plaintext
$OpenBSD: README,v 1.3 2015/12/06 08:29:35 ajacoutot Exp $
|
|
|
|
+-----------------------------------------------------------------------
|
|
| Running ${FULLPKGNAME} on OpenBSD
|
|
+-----------------------------------------------------------------------
|
|
|
|
For proper functionality, multicast(4) needs to be enabled. To do so,
|
|
add the following line to rc.conf.local(8):
|
|
multicast=YES
|
|
|
|
Before starting mdnsd(8), "mdnsd_flags" needs to be modified in
|
|
rc.conf.local(8) to listen on the correct interface (default is "em0").
|
|
For example: mdnsd_flags=fxp0
|