From 6e5bc5ecf456ace161ba97a8eb6123aa64bb5a2c Mon Sep 17 00:00:00 2001 From: Roger Dingledine Date: Fri, 6 Aug 2004 09:19:04 +0000 Subject: [PATCH] we were telling them a nonexistent config option. oops. (thanks to john todd for pointing this out) svn:r2154 --- trunk/doc/tor-doc.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/trunk/doc/tor-doc.html b/trunk/doc/tor-doc.html index 716883a4ee..a4e351c6a4 100644 --- a/trunk/doc/tor-doc.html +++ b/trunk/doc/tor-doc.html @@ -169,12 +169,12 @@ you've got it running.

default configuration file, and most people won't need to change any of the settings.

-

The only setting you might need to change is "SocksAddress". +

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.

To test if it's working, point your browser