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 _______________________________________________ squid-users mailing list squid-users@xxxxxxxxxxxxxxxxxxxxx http://lists.squid-cache.org/listinfo/squid-users