|
@@ -144,10 +144,12 @@ tor-0.0.9.tar.gz; cd tor-0.0.9</tt>. Run <tt>./configure</tt>, then
|
|
<tt>make</tt>, and then <tt>make install</tt> (as root if necessary). Then
|
|
<tt>make</tt>, and then <tt>make install</tt> (as root if necessary). Then
|
|
you can launch tor from the command-line by running <tt>tor</tt>.</p>
|
|
you can launch tor from the command-line by running <tt>tor</tt>.</p>
|
|
|
|
|
|
-<p>Win32 users can use our Tor installer. It will run Tor in a dos window,
|
|
+<p>Win32 users can use our Tor installer. It will run Tor in a dos window
|
|
-so you can see its logs, and see its error messages if it exits. If you
|
|
+so you can see its logs and errors. (You can minimize this window, but
|
|
-don't want the default configuration, it comes with a torrc file that
|
|
+do not close it.) You can edit Tor's configuration by changing the torrc
|
|
-you can edit.
|
|
+file that is installed, but the default config should be fine. After
|
|
|
|
+installing Tor, you should install Privoxy and configure it to use Tor
|
|
|
|
+as described <a href="#client">below</a>.
|
|
</p>
|
|
</p>
|
|
|
|
|
|
<p>Otherwise, if you got it prepackaged (e.g. in the <a
|
|
<p>Otherwise, if you got it prepackaged (e.g. in the <a
|
|
@@ -190,7 +192,7 @@ not.)</p>
|
|
href="http://www.privoxy.org/">privoxy</a>, which is a filtering web
|
|
href="http://www.privoxy.org/">privoxy</a>, which is a filtering web
|
|
proxy that integrates well with Tor. Add the line <br>
|
|
proxy that integrates well with Tor. Add the line <br>
|
|
<tt>forward-socks4a / localhost:9050 .</tt><br>
|
|
<tt>forward-socks4a / localhost:9050 .</tt><br>
|
|
-(don't forget the dot) to its config file (you can just add it to the
|
|
+(don't forget the dot) to privoxy's config file (you can just add it to the
|
|
top). Then change your mozilla to http proxy at localhost port 8118
|
|
top). Then change your mozilla to http proxy at localhost port 8118
|
|
(and no socks proxy). You should also set your SSL proxy to the same
|
|
(and no socks proxy). You should also set your SSL proxy to the same
|
|
thing, to hide your https traffic. Using privoxy is necessary because
|
|
thing, to hide your https traffic. Using privoxy is necessary because
|