SquidGuard is a URL redirector used to use blacklists with the proxysoftware Squid. There are two big advantages to squidguard: it is fast and it is free.
SquidGuard
cd /extra/src
wget http://www.squidguard.org/Downloads/squidGuard-1.4.tar.gz 
tar zxf squidGuard-1.4.tar.gz
cd squidGuard-1.4Build and make the program:
./configure --with-squiduser=nobody
make
make installInstall some blacklists:
cp /path/to/your/blacklist.tar.gz /usr/local/squidGuard/db
 cd /usr/local/squidGuard/db
 tar zxf blacklist.tar- Log in to post comments
