From 0c0a504611c794fe01ea3d709f596bacb9821f28 Mon Sep 17 00:00:00 2001
From: Nick Mathewson
The latest stable release of Tor for Windows 32 is
default configuration file, and most people won't need to change any of
the settings. Tor is now installed. After installing Tor, you need to configure your applications to use it.
The first step is to set up web browsing. Start by installing
- Then change your browser to http proxy at localhost port 8118.
+
+ Then change your browser to HTTP proxy at localhost port 8118.
+(That's where Privoxy listens.)
In Mozilla, this is in Edit|Preferences|Advanced|Proxies. In IE, it's
Tools|Internet Options|Connections|LAN Settings|Advanced.
You should also set your SSL proxy (IE calls it "Secure") to the same
@@ -94,9 +98,9 @@ src="http://tor.freehaven.net/img/screenshot-ie-lan.jpg" />
Using privoxy is necessary because Using privoxy is necessary because browsers leak your
-DNS requests when they use a socks proxy directly, which is bad for
+DNS requests when they use a SOCKS proxy directly, which is bad for
your anonymity. Privoxy also removes certain dangerous headers from your
web requests, and blocks obnoxious ad sites like Doubleclick.Tor for Win32
+Running Tor on Win32
-Installing Tor
+Step One: Download and Install Tor
Configuring your applications to use Tor
+
+Step Two: Install Privoxy for Web Browsing
Step three: Configure your applications to use Tor
+
+
-
To Torify an application that supports http, just point it at Privoxy -(that is, localhost port 8118). To use socks directly (for example, for +
To Torify another application that supports HTTP, just point it at Privoxy +(that is, localhost port 8118). To use SOCKS directly (for example, for instant messaging, Jabber, IRC, etc), point your application directly at -Tor (localhost port 9050). For applications that support neither socks -nor http, take a look at SocksCap, FreeCap, or the Hummingbird -SOCKS client. Let us know if you get them working so we can add better +SOCKS client. (FreeCap is free software; the others are proprietary.) +Let us know if you get them working so we can add better instructions here.
If you have suggestions for improving this document, please send them to us. Thanks!