Today I tried to implement an acl for the purpose of anoying ad site blocking.
I did th folowing:
I edited squid.conf and the squid.conf-default file.
I added following code to it:
acl ads url_regex "/home/login/badsites.txt"
deny_info ERR_ACCESS_DENIED ads
http_access deny ads
and uploaded the badsites.txt to /home/login.
It's not working....Any help anyone?