On 8/10/2013 12:58 p.m., Dave Burkholder wrote:
No squid is not bypassed. The order flow is: Browser -> Dansguardian -> Squid -> InternetIf 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