improve the tor-doc-unix privoxy instructions.
Roger Dingledine

Roger Dingledine commited on 2006-03-18 22:09:58
Zeige 1 geänderte Dateien mit 3 Einfügungen und 2 Löschungen.

... ...
@@ -58,7 +58,8 @@ and pick your favorite package or install from source. Privoxy is a
58 58
 filtering web proxy that integrates well with Tor.
59 59
 </p>
60 60
 
61
-<p>You need to configure Privoxy to use Tor.
61
+<p>Once you've installed Privoxy (either from package or from source),
62
+<b>you will need to configure Privoxy to use Tor</b>.
62 63
 Open Privoxy's "config" file (look in /etc/privoxy/ or /usr/local/etc/)
63 64
 and add the line <br>
64 65
 <tt>forward-socks4a / localhost:9050 .</tt><br>
... ...
@@ -67,7 +68,7 @@ to the top of the config file. Don't forget to add the dot at the end.
67 68
 
68 69
 <p>Privoxy keeps a log file of everything passed through it.  In
69 70
 order to stop this you will need to comment out two lines by inserting a
70
-# before the line. The two lines are:<br>
71
+\# before the line. The two lines are:<br>
71 72
 <tt>logfile logfile</tt><br>
72 73
 and the line <br>
73 74
 <tt>jarfile jarfile</tt><br>
74 75