Roger Dingledine commited on 2007-12-09 06:12:01
Zeige 1 geänderte Dateien mit 7 Einfügungen und 3 Löschungen.
... | ... |
@@ -61,10 +61,14 @@ filtering web proxy that integrates well with Tor. |
61 | 61 |
</p> |
62 | 62 |
|
63 | 63 |
<p>Once you've installed Privoxy (either from package or from source), |
64 |
-<b>you will need to configure Privoxy to use Tor</b>. |
|
65 |
- |
|
66 |
-<a href="https://wiki.torproject.org/noreply/TheOnionRouter/PrivoxyConfig">You may use a sample configuration file if you'd like.</a> If you'd like, you can configure it by hand by following the directions that follow. |
|
64 |
+<b>you will need to configure Privoxy to use Tor</b>. You may find |
|
65 |
+<a |
|
66 |
+href="https://wiki.torproject.org/noreply/TheOnionRouter/PrivoxyConfig">this |
|
67 |
+sample Privoxy configuration</a> useful. Otherwise, you should configure |
|
68 |
+Privoxy by hand, using the directions that follow. |
|
69 |
+</p> |
|
67 | 70 |
|
71 |
+<p> |
|
68 | 72 |
Open Privoxy's "config" file (look in /etc/privoxy/ or /usr/local/etc/) |
69 | 73 |
and add the line <br> |
70 | 74 |
<tt>forward-socks4a / 127.0.0.1:9050 .</tt><br> |
71 | 75 |