Add a pf.conf(5) example rule.
This commit is contained in:
parent
572ef60769
commit
04dd317372
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.82 2012/12/21 12:13:36 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.83 2013/01/13 19:49:37 ajacoutot Exp $
|
||||
|
||||
ONLY_FOR_ARCHS-mono= ${MONO_ARCHS}
|
||||
|
||||
@ -24,7 +24,14 @@ PKGNAME-qt3= avahi-qt3-${V}
|
||||
PKGNAME-qt4= avahi-qt4-${V}
|
||||
PKGNAME-ui= avahi-ui-${V}
|
||||
|
||||
REVISION= 1
|
||||
REVISION-main= 2
|
||||
REVISION-gtk= 1
|
||||
REVISION-gtk3= 1
|
||||
REVISION-gui= 1
|
||||
REVISION-mono= 1
|
||||
REVISION-qt3= 1
|
||||
REVISION-qt4= 1
|
||||
REVISION-ui= 1
|
||||
|
||||
MAINTAINER= Antoine Jacoutot <ajacoutot@openbsd.org>
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
$OpenBSD: README-main,v 1.1 2011/07/20 08:45:00 ajacoutot Exp $
|
||||
$OpenBSD: README-main,v 1.2 2013/01/13 19:49:37 ajacoutot Exp $
|
||||
|
||||
+-----------------------------------------------------------------------
|
||||
| Running ${FULLPKGNAME} on OpenBSD
|
||||
@ -10,3 +10,7 @@ add the following line to /etc/rc.conf.local(8):
|
||||
|
||||
Note that you MUST have a system-wide D-BUS daemon running BEFORE
|
||||
starting avahi.
|
||||
|
||||
A rule similar to the one below can be used in pf.conf(5) to pass avahi
|
||||
(multicast) traffic:
|
||||
pass proto udp from any to 224.0.0.251 allow-opts
|
||||
|
Loading…
Reference in New Issue
Block a user