On mån, 2007-07-30 at 14:46 +0300, GoogleGuy wrote: > The weird thing is, if I manually configure Firefox to access the Web > via localhost:3128, it works fine, no matter whether I use the > "transparent" keyword or not. The ACL rule that allows localhost is > in effect in this case, since if I change It's not so strange. When intercepted the source ip for the request is your real IP, not localhost.. > However, adding a rule like this: > > acl ME src 1.2.3.4 > http_access allow ME > > doesn't help at all. Make sure you add it before the "deny all".. http_access rules is order sensitive.. Regards Henrik