You are on page 1of 1

function FindProxyForURL(url, host)

{
if (isResolvable(www.google.com))
return "DIRECT";
else
return "PROXY 155.135.0.4:81";
}

You might also like