You are on page 1of 1

function FindProxyForURL(url, host) {

if (shExpMatch(host, "*.iitb.ac.in")||shExpMatch(host, "10.*.*.*"))


{
return "SOCKS5 127.0.0.1:8888";
}
return "DIRECT"
}

You might also like