On my network, I've got IM clients and games that connect to numeric IPs.
I use a rule to always allow specific network to connect to numeric IPs:
acl ipdomain url_regex ^[^:]*://([^/@]*@)?[0-9\.]*(:|/|$|\?) ^[0-9\.]*$
http_access allow limited_net ipdomain
But these clients also make CONNECT requests to these numeric IPs at port 80
and 443.
I can control CONNECT with
http_access deny CONNECT !CONNECT_ports
but how can I control CONNECT for a specific network?
ie:
http_access allow connect_allowed_net CONNECT CONNECT_ports
Ultimately, can I say, allow limited_net to make CONNECT requests to
specific PORTs to numeric IPs.
something like:
http_access allow limited_net ipdomain CONNECT CONNECT_ports
Anyway to achieve that?
Thanks!
-- View this message in context: http://squid-web-proxy-cache.1019090.n4.nabble.com/http-access-rule-with-multiple-conditions-tp4660388.html Sent from the Squid - Users mailing list archive at Nabble.com.Received on Sun Jun 02 2013 - 20:53:40 MDT
This archive was generated by hypermail 2.2.0 : Mon Jun 03 2013 - 12:00:04 MDT