Do not label squid transparent proxy rule

This commit is contained in:
Scott Ullrich 2005-01-29 22:08:39 +00:00
parent 8ccc8f1a84
commit bb2b400720

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 \"squid transparent proxy\"\n";
$natrules .= "rdr on " . $lanif . " inet proto tcp from any to any port www -> 127.0.0.1 port 3128 label\n";
}
return $natrules;