[or-cvs] [tor/master] Don't put a ControlPort without auth in sample bridge torrc

nickm at torproject.org nickm at torproject.org
Thu Jun 10 19:17:58 UTC 2010


Author: Sebastian Hahn <sebastian at torproject.org>
Date: Thu, 10 Jun 2010 17:44:36 +0200
Subject: Don't put a ControlPort without auth in sample bridge torrc
Commit: f9a4b3e45b75301544887f65092ceafde6a1103d

Thanks Roger for noticing
---
 src/config/torrc.bridge.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/config/torrc.bridge.in b/src/config/torrc.bridge.in
index e30106b..557b7ad 100644
--- a/src/config/torrc.bridge.in
+++ b/src/config/torrc.bridge.in
@@ -52,7 +52,7 @@ SocksListenAddress 127.0.0.1 # accept connections only from localhost
 
 ## The port on which Tor will listen for local connections from Tor
 ## controller applications, as documented in control-spec.txt.
-ControlPort 9051
+#ControlPort 9051
 ## If you enable the controlport, be sure to enable one of these
 ## authentication methods, to prevent attackers from accessing it.
 #HashedControlPassword 16:872860B76453A77D60CA2BB8C1A7042072093276A3D701AD684053EC4C
-- 
1.6.5



More information about the tor-commits mailing list