diff --git a/doc/tor-doc-win32.html b/doc/tor-doc-win32.html index b193a35908..97f6927b20 100644 --- a/doc/tor-doc-win32.html +++ b/doc/tor-doc-win32.html @@ -17,8 +17,9 @@
The latest stable release of Tor for Windows 32 is 0.0.9.1. -Download it by clicking the link. You can find experimental versions -here. +Download it by clicking the link. You may be able to find experimental versions +here, if you're looking for +new features and new bugs.
Our Tor installer should make everything pretty simple. Below is a @@ -26,7 +27,7 @@ screenshot of the setup page:
By default, Tor is not configured to run at startup. @@ -36,14 +37,15 @@ Be sure to leave the other boxes checked.
Once the installer is finished, it will run Tor in a DOS window so you can see its logs and errors. (You can minimize this window, but do not close it.)
-
+Tor comes configured as a client by default. It uses a built-in default configuration file, and most people won't need to change any of @@ -60,14 +62,16 @@ web proxy that integrates well with Tor. Once it's installed, it should appear in your system tray as a "P" in a circle, as pictured below:
-
+You need to configure Privoxy to use Tor. Open Privoxy's main config file by selecting it from "Start Menu"|"All Programs":
-
+Add the line
forward-socks4a / localhost:9050 .
@@ -76,7 +80,8 @@ The easiest way is to select the above line and copy/paste it into
the file. Be sure to save.
+Then change your browser to http proxy at localhost port 8118. In Mozilla, this is in Edit|Preferences|Advanced|Proxies. In IE, it's @@ -84,8 +89,10 @@ Tools|Internet Options|Connections|LAN Settings|Advanced. You should also set your SSL proxy (IE calls it "Secure") to the same thing, to hide your SSL traffic. In IE, this looks something like:
-
-
+After installing Tor, you should install privoxy, which is a filtering web
proxy that integrates well with Tor. Add the line