summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorhenning <henning@openbsd.org>2009-05-30 22:15:20 +0000
committerhenning <henning@openbsd.org>2009-05-30 22:15:20 +0000
commit77ced5547fd8c70722f8500ab2ab9c05d7c70c5d (patch)
tree1f21a05a12a0b7bf0c66d66db530c1681b13e939
parentEven HFS installs need to run disklabel(8)! Revert erroroneous (diff)
downloadwireguard-openbsd-77ced5547fd8c70722f8500ab2ab9c05d7c70c5d.tar.xz
wireguard-openbsd-77ced5547fd8c70722f8500ab2ab9c05d7c70c5d.zip
we want pass, not pass in, so we get state for all connections
-rw-r--r--etc/pf.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/pf.conf b/etc/pf.conf
index 23d36539ab2..30f90760995 100644
--- a/etc/pf.conf
+++ b/etc/pf.conf
@@ -1,4 +1,4 @@
-# $OpenBSD: pf.conf,v 1.41 2009/04/26 12:32:48 sthen Exp $
+# $OpenBSD: pf.conf,v 1.42 2009/05/30 22:15:20 henning Exp $
#
# See pf.conf(5) for syntax and examples; this sample ruleset uses
# require-order to permit mixing of NAT/RDR and filter rules.
@@ -25,7 +25,7 @@ set skip on lo
#no rdr on egress proto tcp from <spamd-white> to any port smtp
#rdr pass on egress proto tcp from any to any port smtp -> 127.0.0.1 port spamd
-pass in # to establish keep-state
+pass # to establish keep-state
#block in quick from urpf-failed to any # use with care