14 lines
534 B
Plaintext
14 lines
534 B
Plaintext
$OpenBSD: README,v 1.4 2018/09/04 12:46:18 espie Exp $
|
|
|
|
+-----------------------------------------------------------------------
|
|
| Running ${PKGSTEM} 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
|