The downloads are horribly outdated, the docs are confusing and long.
Without a proper Vidalia maintainer and someone making packages, this
has no future.
1 | 1 |
deleted file mode 100644 |
... | ... |
@@ -1,55 +0,0 @@ |
1 |
-## translation metadata |
|
2 |
-# Revision: $Revision$ |
|
3 |
-# Translation-Priority: 1-high |
|
4 |
- |
|
5 |
-#include "head.wmi" TITLE="Tor Project: Configuring Tor to use a Proxy" CHARSET="UTF-8" |
|
6 |
-<div id="content" class="clearfix"> |
|
7 |
- <div id="breadcrumbs"> |
|
8 |
- <a href="<page index>">Home » </a> |
|
9 |
- <a href="<page docs/documentation>">Documentation » </a> |
|
10 |
- <a href="<page docs/proxychain>">Configuring Tor to use a Proxy</a> |
|
11 |
- </div> |
|
12 |
- <div id="maincol"> |
|
13 |
- <a id="proxychain"></a> |
|
14 |
- <h2><a class="anchor" href="#proxychain">Tor: Configuring Tor to use a Proxy</a></h2> |
|
15 |
- <hr> |
|
16 |
- |
|
17 |
- <p> |
|
18 |
- The current version of Tor and the Vidalia Graphical Tor Controller |
|
19 |
- support the ability to use any HTTPS or SOCKS proxy to get |
|
20 |
- access to the Tor Network. This means even if Tor is blocked by |
|
21 |
- your local network, open proxies can be safely used to connect to |
|
22 |
- the Tor Network and on to the uncensored Internet. A caveat is that |
|
23 |
- the open proxy host will see you are using Tor, but it will not be able |
|
24 |
- to read your traffic as it is still wrapped in layers of encryption. |
|
25 |
- </p> |
|
26 |
- |
|
27 |
- <p> |
|
28 |
- These steps assume you have a functional Tor/Vidalia configuration, |
|
29 |
- and you have found a list of HTTPS, SOCKS4, or SOCKS5 proxies. (To |
|
30 |
- clarify, an HTTPS proxy is an HTTP proxy that also supports |
|
31 |
- CONNECT requests.) |
|
32 |
- <ol> |
|
33 |
- <li>Open the Vidalia Control Panel, click on Settings.</li> |
|
34 |
- <li>Click Network. Select "I use a proxy to access the Internet".</li> |
|
35 |
- <li>On the Address line, enter the open proxy address. This can be a hostname or IP Address.</li> |
|
36 |
- <li>Enter the port for the proxy.</li> |
|
37 |
- <li>Generally, you do not need a Username and Password. If you do, enter the information in the proper fields.</li> |
|
38 |
- <li>Choose the Type of proxy you are using, whether HTTP/HTTPS, SOCKS4, or SOCKS5.</li> |
|
39 |
- <li>Push the Ok button. Vidalia and Tor are now configured to use a proxy to access the rest of the Tor Network.</li> |
|
40 |
- </ol> |
|
41 |
- </p> |
|
42 |
- <br><br> |
|
43 |
- <img src="$(IMGROOT)/vidalia-proxy.png" alt="Vidalia's Network Proxy settings page"> |
|
44 |
- <br><br> |
|
45 |
- |
|
46 |
- </div> |
|
47 |
- <!-- END MAINCOL --> |
|
48 |
- <div id = "sidecol"> |
|
49 |
-#include "side.wmi" |
|
50 |
-#include "info.wmi" |
|
51 |
- </div> |
|
52 |
- <!-- END SIDECOL --> |
|
53 |
-</div> |
|
54 |
-<!-- END CONTENT --> |
|
55 |
-#include <foot.wmi> |
... | ... |
@@ -15,25 +15,27 @@ |
15 | 15 |
<hr> |
16 | 16 |
|
17 | 17 |
<p> |
18 |
- The currrent version of Tor and the Vidalia Graphical Tor Controller |
|
19 |
- support the ability to use any HTTP, HTTPS, or SOCKS proxy to get |
|
18 |
+ The current version of Tor and the Vidalia Graphical Tor Controller |
|
19 |
+ support the ability to use any HTTPS or SOCKS proxy to get |
|
20 | 20 |
access to the Tor Network. This means even if Tor is blocked by |
21 | 21 |
your local network, open proxies can be safely used to connect to |
22 | 22 |
the Tor Network and on to the uncensored Internet. A caveat is that |
23 |
- the open proxy host will see you are using Tor, but will not be able |
|
24 |
- to any of your traffic as it is wrapped in layers of encryption. |
|
23 |
+ the open proxy host will see you are using Tor, but it will not be able |
|
24 |
+ to read your traffic as it is still wrapped in layers of encryption. |
|
25 | 25 |
</p> |
26 | 26 |
|
27 | 27 |
<p> |
28 | 28 |
These steps assume you have a functional Tor/Vidalia configuration, |
29 |
- and you have found a list of HTTP, HTTPS, SOCKS4, or SOCKS5 proxies. |
|
29 |
+ and you have found a list of HTTPS, SOCKS4, or SOCKS5 proxies. (To |
|
30 |
+ clarify, an HTTPS proxy is an HTTP proxy that also supports |
|
31 |
+ CONNECT requests.) |
|
30 | 32 |
<ol> |
31 | 33 |
<li>Open the Vidalia Control Panel, click on Settings.</li> |
32 | 34 |
<li>Click Network. Select "I use a proxy to access the Internet".</li> |
33 | 35 |
<li>On the Address line, enter the open proxy address. This can be a hostname or IP Address.</li> |
34 | 36 |
<li>Enter the port for the proxy.</li> |
35 | 37 |
<li>Generally, you do not need a Username and Password. If you do, enter the information in the proper fields.</li> |
36 |
- <li>Choose the Type of proxy you are using, whether HTTP, HTTPS, SOCKS4, or SOCKS5.</li> |
|
38 |
+ <li>Choose the Type of proxy you are using, whether HTTP/HTTPS, SOCKS4, or SOCKS5.</li> |
|
37 | 39 |
<li>Push the Ok button. Vidalia and Tor are now configured to use a proxy to access the rest of the Tor Network.</li> |
38 | 40 |
</ol> |
39 | 41 |
</p> |
... | ... |
@@ -2,16 +2,16 @@ |
2 | 2 |
# Revision: $Revision: 23689 $ |
3 | 3 |
# Translation-Priority: 1-high |
4 | 4 |
|
5 |
-#include "head.wmi" TITLE="Tor Project: Bridges" CHARSET="UTF-8" |
|
5 |
+#include "head.wmi" TITLE="Tor Project: Configuring Tor to use a Proxy" CHARSET="UTF-8" |
|
6 | 6 |
<div id="content" class="clearfix"> |
7 | 7 |
<div id="breadcrumbs"> |
8 | 8 |
<a href="<page index>">Home » </a> |
9 | 9 |
<a href="<page docs/documentation>">Documentation » </a> |
10 |
- <a href="<page docs/proxychain>">Configuring a proxy chain with Vidalia</a> |
|
10 |
+ <a href="<page docs/proxychain>">Configuring Tor to use a Proxy</a> |
|
11 | 11 |
</div> |
12 | 12 |
<div id="maincol"> |
13 | 13 |
<a id="proxychain"></a> |
14 |
- <h2><a class="anchor" href="#proxychain">Tor: Proxy Chains with Vidalia</a></h2> |
|
14 |
+ <h2><a class="anchor" href="#proxychain">Tor: Configuring Tor to use a Proxy</a></h2> |
|
15 | 15 |
<hr> |
16 | 16 |
|
17 | 17 |
<p> |
1 | 1 |
new file mode 100644 |
... | ... |
@@ -0,0 +1,53 @@ |
1 |
+## translation metadata |
|
2 |
+# Revision: $Revision: 23689 $ |
|
3 |
+# Translation-Priority: 1-high |
|
4 |
+ |
|
5 |
+#include "head.wmi" TITLE="Tor Project: Bridges" CHARSET="UTF-8" |
|
6 |
+<div id="content" class="clearfix"> |
|
7 |
+ <div id="breadcrumbs"> |
|
8 |
+ <a href="<page index>">Home » </a> |
|
9 |
+ <a href="<page docs/documentation>">Documentation » </a> |
|
10 |
+ <a href="<page docs/proxychain>">Configuring a proxy chain with Vidalia</a> |
|
11 |
+ </div> |
|
12 |
+ <div id="maincol"> |
|
13 |
+ <a id="proxychain"></a> |
|
14 |
+ <h2><a class="anchor" href="#proxychain">Tor: Proxy Chains with Vidalia</a></h2> |
|
15 |
+ <hr> |
|
16 |
+ |
|
17 |
+ <p> |
|
18 |
+ The currrent version of Tor and the Vidalia Graphical Tor Controller |
|
19 |
+ support the ability to use any HTTP, HTTPS, or SOCKS proxy to get |
|
20 |
+ access to the Tor Network. This means even if Tor is blocked by |
|
21 |
+ your local network, open proxies can be safely used to connect to |
|
22 |
+ the Tor Network and on to the uncensored Internet. A caveat is that |
|
23 |
+ the open proxy host will see you are using Tor, but will not be able |
|
24 |
+ to any of your traffic as it is wrapped in layers of encryption. |
|
25 |
+ </p> |
|
26 |
+ |
|
27 |
+ <p> |
|
28 |
+ These steps assume you have a functional Tor/Vidalia configuration, |
|
29 |
+ and you have found a list of HTTP, HTTPS, SOCKS4, or SOCKS5 proxies. |
|
30 |
+ <ol> |
|
31 |
+ <li>Open the Vidalia Control Panel, click on Settings.</li> |
|
32 |
+ <li>Click Network. Select "I use a proxy to access the Internet".</li> |
|
33 |
+ <li>On the Address line, enter the open proxy address. This can be a hostname or IP Address.</li> |
|
34 |
+ <li>Enter the port for the proxy.</li> |
|
35 |
+ <li>Generally, you do not need a Username and Password. If you do, enter the information in the proper fields.</li> |
|
36 |
+ <li>Choose the Type of proxy you are using, whether HTTP, HTTPS, SOCKS4, or SOCKS5.</li> |
|
37 |
+ <li>Push the Ok button. Vidalia and Tor are now configured to use a proxy to access the rest of the Tor Network.</li> |
|
38 |
+ </ol> |
|
39 |
+ </p> |
|
40 |
+ <br><br> |
|
41 |
+ <img src="$(IMGROOT)/vidalia-proxy.png" alt="Vidalia's Network settings page"> |
|
42 |
+ <br><br> |
|
43 |
+ |
|
44 |
+ </div> |
|
45 |
+ <!-- END MAINCOL --> |
|
46 |
+ <div id = "sidecol"> |
|
47 |
+#include "side.wmi" |
|
48 |
+#include "info.wmi" |
|
49 |
+ </div> |
|
50 |
+ <!-- END SIDECOL --> |
|
51 |
+</div> |
|
52 |
+<!-- END CONTENT --> |
|
53 |
+#include <foot.wmi> |