summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-06-03 19:40:57 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-06-03 19:40:57 +0000
commit2901afebfdf54e98efd1dbb7c89aa5be978696a2 (patch)
tree85f9e64d0aaf65530c0f7e08da515afe71b47ceb /etc
parentdbeeb008e097a26d3354371c1357f73f6dab2a9b (diff)
downloadpfsense-2901afebfdf54e98efd1dbb7c89aa5be978696a2.zip
pfsense-2901afebfdf54e98efd1dbb7c89aa5be978696a2.tar.gz
Revert captive portal change that ATTEMPTED to fix squid. It doesn't work. Sorry it didn't work out but temporarily squid and captiveportal are not great bed partners.
Diffstat (limited to 'etc')
-rw-r--r--etc/inc/filter.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/inc/filter.inc b/etc/inc/filter.inc
index 1247e94..321d51a 100644
--- a/etc/inc/filter.inc
+++ b/etc/inc/filter.inc
@@ -868,7 +868,7 @@ function filter_nat_rules_generate() {
if(isset($config['captiveportal']['enable'])) {
$cp_interface = filter_translate_type_to_real_interface($config['captiveportal']['interface']);
$lan_ip = $config['interfaces']['lan']['ipaddr'];
- $natrules .= "no rdr on {$cp_interface} proto tcp from <captiveportal> to any port { 80 443 }\n";
+ $natrules .= "no rdr on {$cp_interface} proto tcp from <captiveportal> to any \n";
$natrules .= "rdr on " . $cp_interface . " proto tcp from any to any port { 80 443 } -> {$lan_ip} port 8000\n\n";
}
OpenPOWER on IntegriCloud