diff options
author | Henning Brauer <henning@cvs.openbsd.org> | 2009-05-30 22:18:16 +0000 |
---|---|---|
committer | Henning Brauer <henning@cvs.openbsd.org> | 2009-05-30 22:18:16 +0000 |
commit | 697a66571fe6640e3caca35b3ff8396ad17269eb (patch) | |
tree | b4e13f41ec649b6817f96bae8976cb28a66a7140 /etc | |
parent | 68ea6a02d0b1ad16739f1a279a66892eef3f8756 (diff) |
shorter, ok theo
Diffstat (limited to 'etc')
-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 30f90760995..3be98ccf0dc 100644 --- a/etc/pf.conf +++ b/etc/pf.conf @@ -1,4 +1,4 @@ -# $OpenBSD: pf.conf,v 1.42 2009/05/30 22:15:20 henning Exp $ +# $OpenBSD: pf.conf,v 1.43 2009/05/30 22:18:15 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. @@ -30,4 +30,4 @@ pass # to establish keep-state #block in quick from urpf-failed to any # use with care # By default, do not permit remote connections to X11 -block in on ! lo0 proto tcp from any to any port 6000 +block in on ! lo0 proto tcp to port 6000 |