From 81a52e33d1c0756a3d7e9f8fed3c3ba57800e458 Mon Sep 17 00:00:00 2001 From: davy Date: Thu, 8 Aug 2019 04:58:25 -0500 Subject: [PATCH] disable tor by default --- config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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