On Tue, Dec 20, 2005 at 02:13:09AM -0500, Roger Dingledine wrote: > Hi folks, > > Matt Edman has created a "package bundle" that includes Tor, TorCP, > and Privoxy. We've rewritten the Tor win32 instructions to tell people > to use that rather than doing all the steps manually: > > http://tor.eff.org/cvs/tor/doc/tor-doc-win32.html > > If you're a Windows user, please take a look and let us know if there > are any installation problems, and if there are any documentation things > we should fix. Broken config: Microsoft Windows XP [Version 5.1.2600] (C) Copyright 1985-2001 Microsoft Corporation C:\Documents and Settings\thomas>cd c:\program\tor C:\Program\Tor>tor.exe Dec 20 18:22:53.531 [notice] Tor v0.1.0.15. This is experimental software. Do not rely on it for strong anonymity. Dec 20 18:22:53.546 [warn] config_assign_line(): Unknown option 'SocksListenAddress'. Failing. Dec 20 18:22:53.546 [err] tor_init(): Reading config failed--see warnings above. For usage, try -h. C:\Program\Tor> Diff attached. /Thomas --
--- torrc.orig 2005-12-20 18:33:43.000000000 +0100 +++ torrc 2005-12-20 18:34:10.000000000 +0100 @@ -18,8 +18,8 @@ ## Replace this with "SocksPort 0" if you plan to run Tor only as a ## server, and not make any local application connections yourself. SocksPort 9050 # what port to open for local application connections -SocksListenAddress 127.0.0.1 # accept connections only from localhost -#SocksListenAddress 192.168.0.1:9100 # listen on a chosen IP/port too +SocksBindAddress 127.0.0.1 # accept connections only from localhost +#SocksBindAddress 192.168.0.1:9100 # listen on a chosen IP/port too ## Entry policies to allow/deny SOCKS requests based on IP address. ## First entry that matches wins. If no SocksPolicy is set, we accept
Attachment:
signature.asc
Description: Digital signature