On Thu, 16 Oct 2003, Vladimir Dyakov wrote:

> I have set log_fqdn option to "on" and have now problem which I cannot 
> solve. My log seems to work fine but sometimes records with unresolved 
> ip's appear instead of domain names. I have bind server functioning on 
> the localhost, so there should be minimum delay. I have even updated 
> squid to version 2.5-STABLE2 (had 2.4-STABLE6 or something). Someone 
> said in this list that there can be problems if dns responses are too 
> slow. But 1) dns is local and 2) named maintains the zone and it's 
> reverse for clients.

It may still be too slow...

What you can do to give the DNS some more slack is to use a dummy 
src_domain acl in http_access.

Just before where you allow the request, use a construct like this:

acl lookup_client_domain src_domain .nowhere
http_access deny lookup_client_domain

Regards
Henrik

Reply via email to