[squid-users] Acl problem

Amos Jeffries squid3 at treenet.co.nz
Thu Sep 24 20:43:54 UTC 2015


On 25/09/2015 2:15 a.m., FredB wrote:
> Hi,
> 
> I have a problem with acl and cache_peer 
> 
> I'm trying to allow (and deny for others) a list of destinations, destinations only used by some browsers with this cache_peer
> Something like this
> 
> acl webnoid dstdomain test.fr
> 
> acl browsenoid "/etc/squid/browser"
> 
> cache_peer_access test2 allow browsenoid
> cache_peer_access test2 allow webnoid

For the record "AND" of the above is:

 cache_peer_access test2 allow browsenoid webnoid

though I see you found the all-of ACL anyway. That all-of simplifies the
config for not-AND excusion on other peers. So in your case is better.

Amos



More information about the squid-users mailing list