function FindProxyForURL(url, host) { return "PROXY 0.0.0.0:8080"; } // End of function