Tighten pf.conf example.
This commit is contained in:
parent
8ee1c8bda9
commit
c5c45ea9d8
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.84 2013/01/20 10:44:17 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.85 2013/01/20 14:19:43 ajacoutot Exp $
|
||||
|
||||
ONLY_FOR_ARCHS-mono= ${MONO_ARCHS}
|
||||
|
||||
@ -24,7 +24,7 @@ PKGNAME-qt3= avahi-qt3-${V}
|
||||
PKGNAME-qt4= avahi-qt4-${V}
|
||||
PKGNAME-ui= avahi-ui-${V}
|
||||
|
||||
REVISION-main= 3
|
||||
REVISION-main= 4
|
||||
REVISION-gtk= 2
|
||||
REVISION-gtk3= 2
|
||||
REVISION-gui= 2
|
||||
|
@ -1,4 +1,4 @@
|
||||
$OpenBSD: README-main,v 1.2 2013/01/13 19:49:37 ajacoutot Exp $
|
||||
$OpenBSD: README-main,v 1.3 2013/01/20 14:19:43 ajacoutot Exp $
|
||||
|
||||
+-----------------------------------------------------------------------
|
||||
| Running ${FULLPKGNAME} on OpenBSD
|
||||
@ -11,6 +11,6 @@ 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
|
||||
A rule similar to the one below can be used in pf.conf(5) to pass
|
||||
incoming avahi (multicast) traffic:
|
||||
pass proto udp from any to 224.0.0.251 port 5353 allow-opts
|
||||
|
Loading…
Reference in New Issue
Block a user