{
    $OUT .= "http_port $LocalIP:" . ($squid{TCPPort} || '3128') . "\n";
    $OUT .= "http_port 127.0.0.1:" . ($squid{TCPPort} || '3128');
}
