Browse Source

Configure a ControlPort for every tor instance run by chutney

(Not just for clients.)

Implements feature #19765.
teor (Tim Wilson-Brown) 7 years ago
parent
commit
a68c4538f2
2 changed files with 2 additions and 1 deletions
  1. 0 1
      torrc_templates/client.tmpl
  2. 2 0
      torrc_templates/common.i

+ 0 - 1
torrc_templates/client.tmpl

@@ -1,6 +1,5 @@
 ${include:common.i}
 SocksPort $socksport
-ControlPort $controlport
 CookieAuthentication 1
 
 #NOTE: Setting TestingClientConsensusDownloadSchedule doesn't

+ 2 - 0
torrc_templates/common.i

@@ -46,3 +46,5 @@ ProtocolWarnings 1
 SafeLogging 0
 DisableDebuggerAttachment 0
 ${authorities}
+
+ControlPort $controlport