[thelist] Proxy file configuration help

Chris Ditty cditty at gmail.com
Fri Oct 29 09:33:24 CDT 2004


Is anyone here familiar enough with proxy file configurations to offer
some help?  I am VPNing into my work.  We have setup a proxy server to
allow us to move around internally.  For some reason, the code below
doesn't seem to work as effectively as putting the same information in
the manual configuration section.

I read over the information on the netscape
site(http://wp.netscape.com/eng/mozilla/2.0/relnotes/demo/proxy-live.html),
but I must have missed something.

Anyone?
Chris

function FindProxyForURL(url, host) 
{ 
  if (shExpMatch(url, "http://*.mlgw.org*")) {
    return "PROXY dev1.mlgw.org:####";
  }
}


More information about the thelist mailing list