[squid-users] does a match on an ACL stop or continue?

From: Greg Whynott <greg.whynott_at_gmail.com>
Date: Wed, 04 Apr 2012 11:04:10 -0400

If i have a list of 10 ACLs and a client matches on ACL#4, will ACLs
#6-10 be considered or does squid stop evaluating the ACLs and preform
the actions defined in ACL#4?

example:

if someone in the network 10.101.10.0/24 attempts to load
"badsite.com", will they be denied with the ACLs below or will the TOS
be modified and the site loaded?

acl execnetwork src 10.10.10.0/24
tcp_outgoing_tos 0x38 execnetwork

acl badsite url_regex -i badsite
http_access deny badsite

I ask as it appears to not be consistent with my current setup.

thanks for your time,
greg
Received on Wed Apr 04 2012 - 15:04:20 MDT

This archive was generated by hypermail 2.2.0 : Thu Apr 05 2012 - 12:00:02 MDT