Re: [squid-users] squid with dansguardian

From: Amos Jeffries <squid3_at_treenet.co.nz>
Date: Tue, 08 Oct 2013 17:00:16 +1300

On 8/10/2013 12:58 p.m., Dave Burkholder wrote:
> No squid is not bypassed. The order flow is:
>
> Browser -> Dansguardian -> Squid -> Internet
>
> If you're wanting to limit access via squid ACLs, that's another
> aspect altogether.
>
> acl myLan src 10.0.4.0/24
>
> http_access deny myLan all
>
>
> Do you have something like that in squid.conf?

Don't forget the follow_x_forwarded_for to determine what the client on
the other side of DG is.

   follow_x_forwarded_for allow localhost
   follow_x_forwarded_for deny all

Amos
Received on Tue Oct 08 2013 - 04:00:24 MDT

This archive was generated by hypermail 2.2.0 : Tue Oct 08 2013 - 12:00:21 MDT