(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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user