i understood that you want to have internal requests
sent to your own proxy and internet requests to
another one.
using an apcs, you could sort it like this:
if (isInNet(host, "192.168.0.0", "255.255.0.0")
{
return "internal-proxy:3128";
}
return "external-proxy:3128"
cheers
torsten
stefan.hufer@muenchen.de on 21.11.2001 10:51:46
To: squid-users@squid-cache.org
cc:
Subject: [squid-users] squid config with proxy.pac
--------------------------------------------------------------------------
Hello!
I want to use squid behind a firewall.
The only way out to the internet is another squid proxy, but I can't get
the
configuration of that machine. The only way I configure my web browser is a
proxy.pac-file from that machine.
Is it possible to configure my squid automatically with the proxy.pac-file
from the other squid?
How do I do that?
Thank you so much for your response,
regards
stefan hufer
germany
Received on Wed Nov 21 2001 - 03:20:25 MST
This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 17:04:23 MST