summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorErmal Luçi <eri@pfsense.org>2009-11-15 23:40:38 +0000
committerErmal Luçi <eri@pfsense.org>2009-11-15 23:41:40 +0000
commit6b20b7a88e0522feed2d0537bbd8d70335b6d9a8 (patch)
tree3eff81d68b608eca469a1315116e12a5f9698b78 /etc
parentf8fa3dd4b72644eea61961fd49e5c994f420736c (diff)
downloadpfsense-6b20b7a88e0522feed2d0537bbd8d70335b6d9a8.zip
pfsense-6b20b7a88e0522feed2d0537bbd8d70335b6d9a8.tar.gz
Properly correct ipfw rule.
Diffstat (limited to 'etc')
-rw-r--r--etc/inc/captiveportal.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/inc/captiveportal.inc b/etc/inc/captiveportal.inc
index 4c88b2a..0c745b3 100644
--- a/etc/inc/captiveportal.inc
+++ b/etc/inc/captiveportal.inc
@@ -422,7 +422,7 @@ EOD;
# redirect non-authenticated clients to captive portal
add 1990 set 1 fwd 127.0.0.1,8000 tcp from any to any in
# let the responses from the captive portal web server back out
-add 1991 set 1 pass tcp from any 80 to any out
+add 1991 set 1 pass tcp from any to any out
# block everything else
add 1992 set 1 deny all from any to any
@@ -1104,4 +1104,4 @@ function portal_ip_from_client_ip($cliip) {
return false;
}
-?> \ No newline at end of file
+?>
OpenPOWER on IntegriCloud