diff options
-rw-r--r-- | etc/inc/captiveportal.inc | 4 |
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 +?> |