mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Really remove the label from rdr squid rule
This commit is contained in:
parent
bb2b400720
commit
c8bd5e7dea
@ -792,7 +792,7 @@ EOD;
|
||||
|
||||
$squid_installed = run_command_return_string("/bin/ls /var/db/pkg/ | grep squid");
|
||||
if ($squid_installed <> "") {
|
||||
$natrules .= "rdr on " . $lanif . " inet proto tcp from any to any port www -> 127.0.0.1 port 3128 label\n";
|
||||
$natrules .= "rdr on " . $lanif . " inet proto tcp from any to any port www -> 127.0.0.1 port 3128\n";
|
||||
}
|
||||
|
||||
return $natrules;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user