diff options
author | 1997-02-26 04:38:01 +0000 | |
---|---|---|
committer | 1997-02-26 04:38:01 +0000 | |
commit | 84d571a5646e54099e5a7a8d1b189bfc3d3fdc7f (patch) | |
tree | dce39198f124cbd877d74e37abeca4729f1e25e4 | |
parent | more examples (diff) | |
download | wireguard-openbsd-84d571a5646e54099e5a7a8d1b189bfc3d3fdc7f.tar.xz wireguard-openbsd-84d571a5646e54099e5a7a8d1b189bfc3d3fdc7f.zip |
back out prev. change
-rw-r--r-- | etc/ipf.rules | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/etc/ipf.rules b/etc/ipf.rules index cfc081af081..b5bcaa3e11e 100644 --- a/etc/ipf.rules +++ b/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 |