From ac5fbf22dae4e4d766b9b0774e3387205a4fd8cf Mon Sep 17 00:00:00 2001 From: henning <> Date: Sat, 30 May 2009 22:18:15 +0000 Subject: [PATCH] shorter, ok theo --- src/etc/pf.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/etc/pf.conf b/src/etc/pf.conf index 30f90760..3be98ccf 100644 --- a/src/etc/pf.conf +++ b/src/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