From 82bc95adad4aa3ddf0feb8b72eabb3366f66d122 Mon Sep 17 00:00:00 2001 From: kstailey <> Date: Wed, 26 Feb 1997 04:38:01 +0000 Subject: [PATCH] back out prev. change --- src/etc/ipf.rules | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/src/etc/ipf.rules b/src/etc/ipf.rules index cfc081af..b5bcaa3e 100644 --- a/src/etc/ipf.rules +++ b/src/etc/ipf.rules @@ -1,4 +1,4 @@ -# $OpenBSD: ipf.rules,v 1.3 1997/02/26 04:36:34 kstailey Exp $ +# $OpenBSD: ipf.rules,v 1.4 1997/02/26 04:38:01 kstailey Exp $ # # IP filtering rules. See the ipf(5) man page for more # information on the format of this file, and /usr/share/ipf @@ -8,9 +8,3 @@ # pass in from any to any pass out from any to any -# -# Prevent web server access, except to localhost which is using ip 10.1.1.3: -# -# block return-rst in proto tcp from any to any port = 80 -# pass in proto tcp from 127.0.0.0/8 to 127.0.0.0/8 port = 80 -# pass in proto tcp from 10.1.1.3 to 10.1.1.3 port = 80