Re: "local_domain" section of config

From: Henrik Nordstrom <hno@dont-contact.us>
Date: Sat, 12 Feb 2000 01:23:01 +0100

ZoomNet Admin wrote:

> A request for a local domain is made to my squid, my squid asks the parent
> cache which then sends the request to the home of the domain (my network)
> and the request ends up back at my squid, which then sends the request to
> the parent cache and so on....
>
> Any Ideas?

Use always_direct for your local domains or IP ranges.

acl local_servers dstdomain .your.domain
or
acl local_servers dst your.network/netmask

always_direct allow local_servers

--
Henrik Nordstrom
Squid hacker
Received on Fri Feb 11 2000 - 17:42:43 MST

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