浏览代码

Add a control socket for every tor instance

Closes 21462.
teor 8 年之前
父节点
当前提交
debe1d9a88
共有 1 个文件被更改,包括 2 次插入0 次删除
  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