I have SquidNT 2.5 STABLE9 on Windows2000 Server. So, I try to block some website from my users, sample listing here...
File Name : banned.conf ========================== sex sexyclub adult xxx msn.com ....
Well, for my "squid.conf" I define something like this.... File Name : squid.conf =========================== acl LocalNet src 192.168.0.1/255.255.255.0 acl banned_sites url_regex -i "c:/squid/etc/banned.conf" http_access deny banned_sites http_access allow LocalNet http_access deny all
After I try to connect to "www.msn.com", but the Browser still work to browse that website and also another website the domain contain prohibit word. Please suggest to me. Thanks.