mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
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.
This commit is contained in:
parent
dbeeb008e0
commit
2901afebfd
@ -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";
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user