function FindProxyForURL(url, host) { if (shExpMatch(host, "*msoft.com") || isInNet(host, "10.0.0.0", "255.0.0.0")) { return "DIRECT"; } return "PROXY localhost:8118; DIRECT"; }