function FindProxyForURL(url, host) { // DEFAULT RULE: All other traffic, use below proxies, in fail-over order. return "HTTPS wojciechkozlowski.eu:443"; }