On Fri, 22 Oct 2004, Adam Engel wrote:

I was wondering if somehow Squid can interpret a local address, an address that is internal in the network. The reason is that I have a bunch of web test machines that developers use to test their web codes. They have to constantly change the proxy settings in IE to exclude those servers. Is there a way to tell squid to "send back" a request to the actual local server so that the request doesn't go to the proxy?

The easiest way for doing this is using a proxy.pac script which

a) Goes direct on simple host names

b) Goes direct on hosts in your own domain, except maybe for your external servers

c) Sends everything else to the proxy

Regards
Henrik

Reply via email to