On Wed, 2003-12-17 at 17:11, DE LUCA Ben wrote: > I want to set up squid to pass all requests that it cant fulfill to my isp's > non transparent proxy. > > Now I think the line is some thing like > > cache_peer proxy.my.isp.com parent 8080 0 default no-query <snipped> > Can I tell my proxy to only use the proxy.my.isp.com for only some domains?
cache_peer_domain is the setting you are looking for. eg: cache_peer_domain proxy.my.isp.com !internal.domain The above will send all queries for anything not on the local (internal) domain to the specified peer. Cheers, Malcolm V. -- SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/ Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html
