tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

proxy-all.sub.pac (87B)


      1 function FindProxyForURL(url, host) {
      2     return "PROXY {{host}}:{{ports[http][0]}}"
      3 }