Really remove the label from rdr squid rule

This commit is contained in:
Scott Ullrich 2005-01-30 20:18:05 +00:00
parent bb2b400720
commit c8bd5e7dea

View File

@ -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;