tor-browser

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

config.json (317B)


      1 {
      2    "ports": {
      3        "http": [],
      4        "https": [],
      5        "ws": [],
      6        "wss": []
      7    },
      8    "check_subdomains": false,
      9    "ssl": {
     10        "type": "openssl",
     11        "openssl": {
     12            "duration": 365,
     13            "force_regenerate": true,
     14            "base_path": "tools/certs"
     15        }
     16    }
     17 }