summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorErmal Luçi <eri@pfsense.org>2009-11-15 21:16:53 +0000
committerErmal Luçi <eri@pfsense.org>2009-11-15 21:16:57 +0000
commit0f6fdf29a2f31bbf816eb3df33c3f1fc38c8b2a6 (patch)
tree390d6c450eef5f84d6a2b0e3b5944228700fe515
parent5e08497c28d9d44a010372a58b164e8133a6eca8 (diff)
downloadpfsense-0f6fdf29a2f31bbf816eb3df33c3f1fc38c8b2a6.zip
pfsense-0f6fdf29a2f31bbf816eb3df33c3f1fc38c8b2a6.tar.gz
Correct ipfw rule.
-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..92c5474 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 80 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