tor-browser

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

sample_proxy.json (267B)


      1 {
      2  "policies": {
      3    "Proxy": {
      4      "Mode": "manual",
      5      "Locked": true,
      6      "HTTPProxy": "www.example.com:42",
      7      "UseHTTPProxyForAllProtocols": true,
      8      "Passthrough": "foo, bar, baz",
      9      "SOCKSVersion": 4,
     10      "UseProxyForDNS": true
     11    }
     12  }
     13 }