squid problem

Top Page
Attachments:
Message as email
+ (text/plain)
Delete this message
Reply to this message
Author: Matt Alexander
Date:  
Subject: squid problem
Now as long as they don't disable DHCP and manually configure things,
you're fine... ;-)


On Wed, 4 Dec 2002, Nathan England wrote:

> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
>
> I got it working.
> In case anyone cares...
>
> I had to do this
>
> in the squid.conf file:
>
> acl blocked_sites dstdomain "/etc/squid/blocked"
> acl bademployee src 192.168.0.5
>
> http_access deny blocked_sites bademployee
>
> /etc/squid/blocked is a file that lists all the sites
> mail.yahoo.com
> .hotmail.com
> .wildemail.com
> .microsoft.com
>
> that sort of thing. I had to enable all the debugging in squid so I could tail
> the log and see what was happening. I had the Allow all acl in place, so that
> was pretty much blowing over anything else I put in. I got rid of that and
> everything works great.
>
> nathan