diff options
-rw-r--r-- | etc/pf.conf | 4 |
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 |