From d38a88be8e94873187c3b82e9b3827faa3875541 Mon Sep 17 00:00:00 2001 From: davy wybiral Date: Wed, 3 Jul 2019 16:46:59 -0500 Subject: Tor (#12) * added tor support * change text --- config.json | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'config.json') diff --git a/config.json b/config.json index 4973bf0..fac957f 100644 --- a/config.json +++ b/config.json @@ -19,5 +19,12 @@ "email": "author@somewhere.example" }, "copyright": "Copyright Text" + }, + "tor": { + "enable": true, + "controller": { + "host": "127.0.0.1", + "port": 9051 + } } } -- cgit v1.2.3