summaryrefslogtreecommitdiff
path: root/config.json
diff options
context:
space:
mode:
authordavy wybiral <davy.wybiral@gmail.com>2019-07-03 16:46:59 -0500
committerGitHub <noreply@github.com>2019-07-03 16:46:59 -0500
commitd38a88be8e94873187c3b82e9b3827faa3875541 (patch)
treea50e298a413d813805617814e3a9b68e2b8ae77c /config.json
parent6b8d872d680d019827cc45881186cce3f83f764a (diff)
Tor (#12)
* added tor support * change text
Diffstat (limited to 'config.json')
-rw-r--r--config.json7
1 files changed, 7 insertions, 0 deletions
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
+ }
}
}