On Tue, 18 Jan 2005, Jens Strohschnitter wrote:

Ah, is it the acl INSIDE_IP dst x.x.x.x/24 ? In squid 2.3 there is a line
that showes

acl intern destdomain x.x.x.x
acl proxy_access src "/etc/squid/block_doms"

http_access allow intern proxy_access

Now I changed it in squid 2.5 to:

acl INSIDE_IP dst x.x.x.x/24
always_direct allow INSIDE_IP

I was more thinking of the never_direct directive, but if you have local web servers then yes always_direct may also be needed.


Regards
Henrik

Reply via email to