Browse Source

Add a control socket for every tor instance

Closes 21462.
teor 7 years ago
parent
commit
debe1d9a88
1 changed files with 2 additions and 0 deletions
  1. 2 0
      torrc_templates/common.i

+ 2 - 0
torrc_templates/common.i

@@ -48,4 +48,6 @@ DisableDebuggerAttachment 0
 ${authorities}
 
 ControlPort $controlport
+# Use ControlSocket rather than ControlPort unix: to support older tors
+ControlSocket ${dir}/control
 CookieAuthentication 1