>Does anybody know of any good squid acl file's to download that include
>banning for porn and hack and other "bad" things?  Or if somebody has a good
>acl file that they use can you send me one.

Phillip,

there's a squid mailing-list, perhaps they can help you best in there.  The
address is http://www.cineca.it/proxy/search/.  But I'll help you here if
anybody else don't mind.

Add these lines in your squid.conf file:

acl localnet src 192.168.0.0/255.255.255.0
acl deniedsites url_regex "/usr/local/squid/etc/deniedsites"

http_access deny deniedsites
http_access allow localnet
http_access deny all

Then create a /usr/local/squid/etc/deniedsites file with all the names (one
per line) of the words of the URL that you don't want your users to access
(sex, teenagefun, etc).

See that mailing-list for more examples.


Good luck!


Henrique Pantarotto
Coord. Técnico Operacional
CEPAnet Internet Provider
Web: http://www.cepa.com.br
Tel. suporte: +55 (011) 5506-8477
Sao Paulo - Brasil
Linux Friend
-
To unsubscribe from this list: send the line "unsubscribe linux-net" in
the body of a message to [EMAIL PROTECTED]

Reply via email to