Onno wrote:

> The internet server I'm setting up for a school needs
> a filter for porn, ads en maybe some custom sites.
> I'm useing squid at the moment...
>
> Has anyone a solution or suggestion on how to
> solve this problem ?
>
> Regards,
>
> Onno
>
> --
> Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED] < /dev/null

I think squid allows to lock some domains.
open /etc/squid.conf and edd some lines...

acl FILTER1 somedomain.com anotherdomain.net
http_access deny FILTER1

The best would be to look in /etc/squid.conf because there are many examples 
and good
comments how to set up.

Sven

Reply via email to