[tor-commits] [chutney/master] Enable control port for Tor clients
nickm at torproject.org
nickm at torproject.org
Wed Aug 12 12:45:45 UTC 2015
commit 64a37a88bc0beea7f233964923c2f54819c70896
Author: Donncha O'Cearbhaill <donncha at donncha.is>
Date: Wed Jun 24 10:58:50 2015 +0100
Enable control port for Tor clients
---
torrc_templates/client.tmpl | 2 ++
1 file changed, 2 insertions(+)
diff --git a/torrc_templates/client.tmpl b/torrc_templates/client.tmpl
index 3aff6cb..b7b6859 100644
--- a/torrc_templates/client.tmpl
+++ b/torrc_templates/client.tmpl
@@ -1,5 +1,7 @@
${include:common.i}
SocksPort $socksport
+ControlPort $controlport
+CookieAuthentication 1
#NOTE: Setting TestingClientConsensusDownloadSchedule doesn't
# help -- dl_stats.schedule is not DL_SCHED_CONSENSUS
More information about the tor-commits
mailing list