> can i do this? > > acl all src 0.0.0.0/0.0.0.0 > acl s3.1 src 192.199.0.0/16 192.200.0.0/16 > acl s4.1 src 192.208.0.0/16 192.209.0.0/16 > acl s5.1 src 192.217.0.0/16 192.218.0.0/16 > acl core src 10.3.1.0/24 10.142.0.0/16 10.135.0.0/16 > > # direct access no cache > #acl directlist dstdomain "/usr/local/squid/etc/directlist" > #always_direct allow directlist > > #no cache settings > no_cache deny s3.1 > no_cache deny s4.1 > no cache deny s5.1 > no_cache deny core > no_cache deny all > > > and then i can tailor it as needed. > I think so, check squid's access.log; to verify that those objecs are not cached, as you set it in squid.conf M.