function FindProxyForURL(url, host) { if ( isInNet(host, "127.0.0.1", "255.255.255.255") ) { return "DIRECT"; } return "PROXY 192.168.0.253:3128"; }