mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-20 10:12:15 +01:00
clean up win32 instructions more
svn:r3162
This commit is contained in:
parent
9697145308
commit
425cb18e07
@ -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
|
||||
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,
|
||||
so you can see its logs, and see its error messages if it exits. If you
|
||||
don't want the default configuration, it comes with a torrc file that
|
||||
you can edit.
|
||||
<p>Win32 users can use our Tor installer. 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.) You can edit Tor's configuration by changing the torrc
|
||||
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>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
|
||||
proxy that integrates well with Tor. Add the line <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
|
||||
(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
|
||||
|
Loading…
Reference in New Issue
Block a user