(tor) Add support for ControlPort and CookieAuthentication

Allow to configure Tor to be controlled by other applications, so they
can manage hidden services and such.
This commit is contained in:
2021-07-01 15:32:28 +02:00
parent 37873fb881
commit 9f0b5f0e64
2 changed files with 4 additions and 2 deletions

View File

@@ -32,6 +32,8 @@ The following platform families are supported:
* `node['tor']['MinLogLevel']` - The minimum log level to log. Possible values include debug, info, notice, warn, and err.
* `node['tor']['LogDestination']` - Where logs should be written. Valid values include a path to a file or "syslog"
* `node['tor']['SocksPorts']` - List of 'address:port' to open tor socks proxy on. Defaults to disabled
* `node['tor']['ControlPort']` - The port on which Tor will listen for local connections from Tor controller applications
* `node['tor']['CookieAuthentication']` - Enable this (`true`) when using ControlPort
### Hidden Services config section