(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:
@@ -65,11 +65,11 @@ DataDirectory <%= node['tor']['DataDirectory'] %>
|
||||
|
||||
## The port on which Tor will listen for local connections from Tor
|
||||
## controller applications, as documented in control-spec.txt.
|
||||
#ControlPort 9051
|
||||
<% if node['tor']['ControlPort'] %>ControlPort <%= node['tor']['ControlPort'] %><% else %>#ControlPort 9051<% end %>
|
||||
## If you enable the controlport, be sure to enable one of these
|
||||
## authentication methods, to prevent attackers from accessing it.
|
||||
#HashedControlPassword 16:872860B76453A77D60CA2BB8C1A7042072093276A3D701AD684053EC4C
|
||||
#CookieAuthentication 1
|
||||
<% if node['tor']['CookieAuthentication'] %>CookieAuthentication 1<% else %>#CookieAuthentication 1<% end %>
|
||||
|
||||
############### This section is just for location-hidden services ###
|
||||
|
||||
|
||||
Reference in New Issue
Block a user