You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
smeserver-proxy/root/etc/e-smith/templates/etc/squid/squid.conf/20ACL15Safe_ports

6 lines
104 B
Plaintext

{
my @ports = split(",", ($squid{SafePorts} || "80") );
return "acl Safe_ports port @ports";
}