This repository has been archived on 2023-02-05. You can view files and clone it, but cannot push or open issues or pull requests.
loki/tinyproxy/proxy.pac

4 lines
159 B
JavaScript

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