I have installed Fedora 9 and Squid on my Desktop computer. I am distrributing internet to my user thru it. I have tried to block some of the sites from my client PC's ,But it is not blocking the sites. I have written the following codes.
acl block url_regex "/etc/squid/block.txt"
http_access deny block
or
acl block url_regex -i "/etc/squid/block.txt"
http_access deny block
created a text file block.txt in the folder /etc/squid
the entries in the text files are
.icicidirect.com
.yahoo.co.in
please help me