What do we have here "caching dns lookups" or "dns lookups" :-) .From the squid site http://www.squid-cache.org it does " support"caching dns lookups. Hope this will help.If it didn't do won't you think the man himself wouldn't 'ev answered this question 6 years back!!

Re: [SQU] how to disable DNS lookups and forward all requests (including DNS lookups) to parent proxy...

From: Duane Wessels <[EMAIL PROTECTED]>
Date: Tue, 5 Dec 2000 18:18:49 -0700 (MST)

On Tue, 5 Dec 2000, SparcBox Administrator wrote:

> hi there,
>
> I am behind a corporate firewall and the purpose of installing squid is to provide caching capabilities for me.. the firewall only allows WWW traffic thru its web proxy server and their DNS server only recognizes intranet domains.. (e.g. my.intranet.name).
>
> okay.. here is the problem.. how do I disable DNS lookups in Squid-Cache totally and have it forward all requests to the parent proxy server?
>
> Please advise ASAP.. thx in advance!

I haven't checked recently, but it certainly used to be possible to do that.

You're not allowed to use any ACLs (for access or otherwise) that
would require a DNS lookup. That includes these types: dst, src_domain, and
dst_domain.

To forward all requests to a parent, use something like

        cache_peer foo parent 1234 2345 default
        acl all src 0/0
        never_direct allow all

The -D command line option is unlreated.
Ronny
:)>-



*******************************************************************
PGP Fingerprint: 6695 794A B84E D922 88FB 73CC 6CBD 8036 B3CD 7304
We can't become what we need to be by remaining what we are
*******************************************************************





Mark Tinka wrote:
On Tuesday 17 January 2006 14:27, JFL wrote:
  
Beg to differ, slightly. Squid caches dns lookups by
default.
    

Not really. The internal Squid caching application is 
handled by a program known as 'dnsserver'. This 
option/program is only made available if you enabled 
'--disable-internal-dns' during Squid compile time.

Mark.
  

_______________________________________________ LUG mailing list [email protected] http://kym.net/mailman/listinfo/lug %LUG is generously hosted by INFOCOM http://www.infocom.co.ug/ The above comments and data are owned by whoever posted them (including attachments if any). The List's Host is not responsible for them in any way. ---------------------------------------
_______________________________________________
LUG mailing list
[email protected]
http://kym.net/mailman/listinfo/lug
%LUG is generously hosted by INFOCOM http://www.infocom.co.ug/

The above comments and data are owned by whoever posted them (including 
attachments if any). The List's Host is not responsible for them in any way.
---------------------------------------

Reply via email to