Re: [squid-users] Site Blocking

From: Kashif Ali Bukhari <kbukhari@dont-contact.us>
Date: Sat, 16 Oct 2004 02:13:19 -0700

acl blocked_site dstdomain .blockedsite.com
http_access deny blocked_site
and if you want to block a list of site then make a file listed all
sites EXP.( in path /usr/local/squid/ ) blocksite.txt

add sites like this format
.abc.com
.xyz.com
.exp.com
.blockedsite.com
acl blocked_site dstdomain "/usr/local/squid/blocksite.txt"
http_access deny blocked_sites
Received on Sat Oct 16 2004 - 03:13:23 MDT

This archive was generated by hypermail pre-2.1.9 : Mon Nov 01 2004 - 12:00:02 MST