Roger Dingledine commited on 2006-09-13 05:55:31
Zeige 2 geänderte Dateien mit 54 Einfügungen und 21 Löschungen.
... | ... |
@@ -0,0 +1,45 @@ |
1 |
+## translation metadata |
|
2 |
+# Revision: $Revision: 8152 $ |
|
3 |
+ |
|
4 |
+#include "head.wmi" TITLE="Configuring your browser to use Tor" |
|
5 |
+ |
|
6 |
+<div class="center"> |
|
7 |
+ |
|
8 |
+<div class="main-column"> |
|
9 |
+ |
|
10 |
+<h1>Configuring your browser to use <a href="<page index>">Tor</a></h1> |
|
11 |
+<br /> |
|
12 |
+ |
|
13 |
+<p>If you're using Firefox (we recommend it), you don't need this page. |
|
14 |
+Simply install the <a |
|
15 |
+href="http://freehaven.net/~squires/torbutton/">Torbutton |
|
16 |
+plugin</a>, restart your Firefox, and you're all set. |
|
17 |
+</p> |
|
18 |
+ |
|
19 |
+<p>Otherwise, you need to manually configure your browser's proxy |
|
20 |
+settings. |
|
21 |
+In Mozilla and Firefox, this is in Edit|Preferences|Advanced|Proxies. |
|
22 |
+In Opera 7.5x it's Tools|Preferences|Network|Proxy servers. |
|
23 |
+In IE, it's Tools|Internet Options|Connections|LAN Settings|Check Proxy Server|Advanced.</p> |
|
24 |
+ |
|
25 |
+<img alt="Proxy settings in Firefox" |
|
26 |
+src="../img/screenshot-win32-firefox-proxies.jpg" /> |
|
27 |
+ |
|
28 |
+<p> |
|
29 |
+You should fill in "localhost" |
|
30 |
+and "8118" to point the top four protocols to Privoxy, as shown here. (Even |
|
31 |
+though Privoxy doesn't support FTP and Gopher, <a |
|
32 |
+href="http://wiki.noreply.org/noreply/TheOnionRouter/TorFAQ#FtpProxy">you |
|
33 |
+should set them up anyway</a>.) You should also fill out the socks proxy entry to point directly to Tor ("localhost", "9050", and socks5) |
|
34 |
+to cover protocols besides the first four. Then click "OK".</p> |
|
35 |
+ |
|
36 |
+<hr /> |
|
37 |
+ |
|
38 |
+<p>If you have suggestions for improving this document, please <a |
|
39 |
+href="<page contact>">send them to us</a>. Thanks!</p> |
|
40 |
+ |
|
41 |
+ </div><!-- #main --> |
|
42 |
+</div> |
|
43 |
+ |
|
44 |
+#include <foot.wmi> |
|
45 |
+ |
... | ... |
@@ -68,30 +68,18 @@ the settings. Tor is now installed. |
68 | 68 |
<p>After installing Tor and Privoxy, you need to configure your |
69 | 69 |
applications to use them. The first step is to set up web browsing.</p> |
70 | 70 |
|
71 |
-<p>If you're using Firefox (we recommend it), check out the <a |
|
71 |
+<p>If you're using Firefox (we recommend it), simply install the <a |
|
72 | 72 |
href="http://freehaven.net/~squires/torbutton/">Torbutton |
73 |
-plugin</a> that sets everything up for you. If you plan to run Firefox |
|
74 |
-on a different computer than Tor, read our <a |
|
75 |
-href="<page docs/tor-switchproxy>">Tor SwitchProxy howto</a> to set up |
|
76 |
-a plugin that makes it easy to switch between using Tor and using a |
|
77 |
-direct connection.</p> |
|
78 |
- |
|
79 |
-<p>Otherwise, you need to manually configure your browser's proxy |
|
80 |
-settings. |
|
81 |
-In Mozilla and Firefox, this is in Edit|Preferences|Advanced|Proxies. |
|
82 |
-In Opera 7.5x it's Tools|Preferences|Network|Proxy servers. |
|
83 |
-In IE, it's Tools|Internet Options|Connections|LAN Settings|Check Proxy Server|Advanced.</p> |
|
84 |
- |
|
85 |
-<img alt="Proxy settings in Firefox" |
|
86 |
-src="../img/screenshot-win32-firefox-proxies.jpg" /> |
|
73 |
+plugin</a>, restart your Firefox, and you're all set. |
|
74 |
+</p> |
|
87 | 75 |
|
88 | 76 |
<p> |
89 |
-You should fill in "localhost" |
|
90 |
-and "8118" to point the top four protocols to Privoxy, as shown here. (Even |
|
91 |
-though Privoxy doesn't support FTP and Gopher, <a |
|
92 |
-href="http://wiki.noreply.org/noreply/TheOnionRouter/TorFAQ#FtpProxy">you |
|
93 |
-should set them up anyway</a>.) You should also fill out the socks proxy entry to point directly to Tor ("localhost", "9050", and socks5) |
|
94 |
-to cover protocols besides the first four. Then click "OK".</p> |
|
77 |
+(If you plan to run Firefox on a different computer than Tor, see the <a |
|
78 |
+href="http://wiki.noreply.org/noreply/TheOnionRouter/TorFAQ#SocksListenAddress">FAQ |
|
79 |
+entry for running Tor on a different computer</a>. If you need to |
|
80 |
+use a browser other than Firefox, you'll have to <a href="<page |
|
81 |
+docs/tor-doc-web>">configure its proxy settings yourself</a>.) |
|
82 |
+</p> |
|
95 | 83 |
|
96 | 84 |
<p>Using Privoxy is <strong>necessary</strong> because <a |
97 | 85 |
href="http://wiki.noreply.org/noreply/TheOnionRouter/TorFAQ#SOCKSAndDNS">browsers |
98 | 86 |