Hello, I was curious how to restrict users from accessing ports .
I have 4 workers and need them to have their own ports and not able to use the other 3.
I currently use :
http_port 3128 name=ip2
http_port 3129 name=ip3
http_port 3130 name=ip4
acl ip2 myip x.x.x.2
acl ip3 myip x.x.x.3
acl ip4 myip x.x.x.4
tcp_outgoing_address x.x.x.2 ip2
tcp_outgoing_address x.x.x.3 ip3
tcp_outgoing_address x.x.x.4 ip4
However 3129 still work on all 4 ports.
_______________________________________________ squid-users mailing list squid-users@xxxxxxxxxxxxxxxxxxxxx http://lists.squid-cache.org/listinfo/squid-users