{    
    my $port = $squid{TransparentPort} || 3128;

    $OUT = <<HERE;
	return "PROXY proxy.$DomainName:$port";
HERE
}
