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

From: Duane Wessels <wessels@dont-contact.us>
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.

--
To unsubscribe, see http://www.squid-cache.org/mailing-lists.html
Received on Tue Dec 05 2000 - 18:20:59 MST

This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 16:56:51 MST