aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2004-08-06 09:19:04 +0000
committerRoger Dingledine <arma@torproject.org>2004-08-06 09:19:04 +0000
commit9ee8f181db9cd22f7088dea3e12adaccd2b93f08 (patch)
tree872a0163965f5131e8f2a84d7e57856353734622
parentfabbf9a7a244308b8e33524ab65ef4dc1e2e8328 (diff)
downloadtor-9ee8f181db9cd22f7088dea3e12adaccd2b93f08.tar
tor-9ee8f181db9cd22f7088dea3e12adaccd2b93f08.tar.gz
we were telling them a nonexistent config option. oops.
(thanks to john todd for pointing this out) svn:r2154
-rw-r--r--doc/tor-doc.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/tor-doc.html b/doc/tor-doc.html
index 716883a4e..a4e351c6a 100644
--- a/doc/tor-doc.html
+++ b/doc/tor-doc.html
@@ -169,12 +169,12 @@ you've got it running.</p>
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