If you want them to have a direct connection to the internet you could use always_direct (or never_direct) (which also exists in squid 2.x). Something like this: acl servers src [ips/fqdns] acl direct_sites {dst|dstdomain} {ips/fqdns|fqdns/domains} always_direct allow servers direct_sites Regards, Eli 2011/6/2 Nuno Fernandes <npf-mlists@xxxxxxxxxxx>: > Hello, > > Is it possible with squid 3.1 to have some kind of acl so that cached content > doen't get served so some client machines. > > Something like: > > acl servers src 192.168.1.0/24 > > serve-cached-content deny servers > serve-cached-content allow all > > This way requests from the servers network is allways requested from the > internet and not from local cache. > > Thanks, > Nuno Fernandes >