[tor-commits] [chutney/master] Add a control socket for every tor instance

teor at torproject.org teor at torproject.org
Wed Feb 15 04:10:08 UTC 2017


commit debe1d9a88cce0fee338fbf6a457c0ea9d0ef530
Author: teor <teor2345 at gmail.com>
Date:   Wed Feb 15 13:57:08 2017 +1100

    Add a control socket for every tor instance
    
    Closes 21462.
---
 torrc_templates/common.i | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/torrc_templates/common.i b/torrc_templates/common.i
index 1bdc6de..508c4ac 100644
--- a/torrc_templates/common.i
+++ b/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





More information about the tor-commits mailing list