I haven't been able to find out much about writing Proxy configuration
scripts on the web. I want to use squid for internet browsing but not for
browsing on my local network. I'm sick of manually entering proxy details
in new software!
So far I have the following in a file called proxy.pac. It doesn't disable
the cache for local browsing.
function FindProxyForURL(url, host)
{
return "PROXY 192.168.2.33:3128; DIRECT";
}
I'd like to disable the cache for all hosts from 192.168.2.0 - 192.168.2.40.
My squid server is on 192.168.2.33.
Can somebody enlighten me or refer me to a decent web page?
Received on Thu Apr 24 2003 - 06:31:49 MDT
This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 17:15:24 MST