Re: [ILUG] proxy.pac

From: Mark Kilmartin (mrk at domain renre-europe.com)
Date: Tue 16 Jul 2002 - 12:59:31 IST


Hmm that seems to have fixed it.

All the docs I have read online had it as the way I was doing it!

MArk

On Tue, 2002-07-16 at 13:53, Robert Wall wrote:
> > function FindProxyForURL(url, host) {
> > if isPlainHostName(host)
> > return "DIRECT";
> >
> > return "PROXY 172.17.1.170:8080";
> > }
> >
>
> I think you need to use C like syntax for the if statement.
>
> if ( isPlainHostName( host ) )
> return "DIRECT";
>
> --
> Irish Linux Users' Group: ilug at domain linux.ie
> http://www.linux.ie/mailman/listinfo/ilug for (un)subscription information.
> List maintainer: listmaster at domain linux.ie



This archive was generated by hypermail 2.1.6 : Thu 06 Feb 2003 - 13:17:55 GMT