diff options
| author | davy <davy.wybiral@gmail.com> | 2019-08-08 04:58:25 -0500 |
|---|---|---|
| committer | davy <davy.wybiral@gmail.com> | 2019-08-08 04:58:25 -0500 |
| commit | 81a52e33d1c0756a3d7e9f8fed3c3ba57800e458 (patch) | |
| tree | e5fb68933eca205d2bed28227df6454b931b2c7e | |
| parent | 4af6a26fc0c95a223d6f60f76c5a52b4350b7db9 (diff) | |
disable tor by default
| -rw-r--r-- | config.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config.json b/config.json index fac957f..37be423 100644 --- a/config.json +++ b/config.json @@ -21,7 +21,7 @@ "copyright": "Copyright Text" }, "tor": { - "enable": true, + "enable": false, "controller": { "host": "127.0.0.1", "port": 9051 |
