I have a virtual proxy client and I have a squid proxy server. I would like to add some addresses to block caching for them. Either their domain or IP address:
www.apache.org
188.184.21.108
root@SERVER:/etc/squid # cat /etc/squid/acls/dst_nocache.acl
www.apache.org
188.184.21.108
I added them to the list for non-cache, but it still caches. I check from here:
root@SERVER:/etc/squid # tail -f /var/log/squid/access.log
How can I do this, please? Thanks.