diff options
Diffstat (limited to 'config.json')
| -rw-r--r-- | config.json | 7 |
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 + } } } |
