From 5e21bdb06358596c686d2197f4520e53e188bb10 Mon Sep 17 00:00:00 2001
From: Andrew Lewman
By default, Tor is not configured to run at startup. @@ -53,7 +53,7 @@ Be sure to leave the other boxes checked.
Once the installer is finished, it will run Tor in a window so you can see its logs and errors. (You can minimize this window, but do @@ -61,7 +61,7 @@ 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 @@ -87,7 +87,7 @@ Programs:
Add the line
forward-socks4a / localhost:9050 .
@@ -96,16 +96,23 @@ The easiest way is to select the above line and copy/paste it into
the file. Be sure to save.
Privoxy keeps a log file of everything passed through it. In
-order to stop this you will need to comment out (insert a # before) the line
+order to stop this you will need to comment out two lines by inserting a
+# before the line. The two lines are:
logfile privoxy.log
and the line
jarfile jar.log
Be sure to save.