diff options
author | Sebastian Hahn <sebastian@torproject.org> | 2010-06-10 17:44:36 +0200 |
---|---|---|
committer | Sebastian Hahn <sebastian@torproject.org> | 2010-06-10 17:44:36 +0200 |
commit | f9a4b3e45b75301544887f65092ceafde6a1103d (patch) | |
tree | 631069ed8bae9b0f849d373a6db829bb7db905a7 /src/config | |
parent | 280dc1f9c7ecb3464599c235c5a50b6e480612b2 (diff) | |
download | tor-f9a4b3e45b75301544887f65092ceafde6a1103d.tar.gz tor-f9a4b3e45b75301544887f65092ceafde6a1103d.zip |
Don't put a ControlPort without auth in sample bridge torrc
Thanks Roger for noticing
Diffstat (limited to 'src/config')
-rw-r--r-- | 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 e30106beeb..557b7adf46 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 |