[or-cvs] we were telling them a nonexistent config option. oops.
Roger Dingledine
arma at seul.org
Fri Aug 6 09:19:06 UTC 2004
Update of /home/or/cvsroot/doc
In directory moria.mit.edu:/home2/arma/work/onion/cvs/doc
Modified Files:
tor-doc.html
Log Message:
we were telling them a nonexistent config option. oops.
(thanks to john todd for pointing this out)
Index: tor-doc.html
===================================================================
RCS file: /home/or/cvsroot/doc/tor-doc.html,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- tor-doc.html 4 Aug 2004 06:23:06 -0000 1.6
+++ tor-doc.html 6 Aug 2004 09:19:04 -0000 1.7
@@ -169,12 +169,12 @@
default configuration file, and most people won't need to change any of
the settings.</p>
-<p>The only setting you might need to change is "SocksAddress".
+<p>The only setting you might need to change is "SocksBindAddress".
By default, your Tor client only listens for applications that connect
from localhost. Connections from other computers are refused. If you
want to torify applications on different computers than the Tor client,
you should copy torrc.sample to torrc (it's installed by default
-to /usr/local/etc/tor/), change the SocksAddress line to
+to /usr/local/etc/tor/), change the SocksBindAddress line to
0.0.0.0, and then hup or restart Tor.</p>
<p>To test if it's working, point your browser
More information about the tor-commits
mailing list