Author: phobos Date: 2011-01-12 20:41:39 +0000 (Wed, 12 Jan 2011) New Revision: 24065
Added: website/trunk/docs/en/proxychain.wml Log: add a page about how to configure vidalia och tor for proxies. Added: website/trunk/docs/en/proxychain.wml =================================================================== --- website/trunk/docs/en/proxychain.wml (rev 0) +++ website/trunk/docs/en/proxychain.wml 2011-01-12 20:41:39 UTC (rev 24065) @@ -0,0 +1,53 @@ +## translation metadata +# Revision: $Revision: 23689 $ +# Translation-Priority: 1-high + +#include "head.wmi" TITLE="Tor Project: Bridges" CHARSET="UTF-8" +<div id="content" class="clearfix"> + <div id="breadcrumbs"> + <a href="<page index>">Home » </a> + <a href="<page docs/documentation>">Documentation » </a> + <a href="<page docs/proxychain>">Configuring a proxy chain with Vidalia</a> + </div> + <div id="maincol"> + <a id="proxychain"></a> + <h2><a class="anchor" href="#proxychain">Tor: Proxy Chains with Vidalia</a></h2> + <hr> + + <p> + The currrent version of Tor and the Vidalia Graphical Tor Controller + support the ability to use any HTTP, HTTPS, or SOCKS proxy to get + access to the Tor Network. This means even if Tor is blocked by + your local network, open proxies can be safely used to connect to + the Tor Network and on to the uncensored Internet. A caveat is that + the open proxy host will see you are using Tor, but will not be able + to any of your traffic as it is wrapped in layers of encryption. + </p> + + <p> + These steps assume you have a functional Tor/Vidalia configuration, + and you have found a list of HTTP, HTTPS, SOCKS4, or SOCKS5 proxies. + <ol> + <li>Open the Vidalia Control Panel, click on Settings.</li> + <li>Click Network. Select "I use a proxy to access the Internet".</li> + <li>On the Address line, enter the open proxy address. This can be a hostname or IP Address.</li> + <li>Enter the port for the proxy.</li> + <li>Generally, you do not need a Username and Password. If you do, enter the information in the proper fields.</li> + <li>Choose the Type of proxy you are using, whether HTTP, HTTPS, SOCKS4, or SOCKS5.</li> + <li>Push the Ok button. Vidalia and Tor are now configured to use a proxy to access the rest of the Tor Network.</li> + </ol> + </p> + <br><br> + <img src="$(IMGROOT)/vidalia-proxy.png" alt="Vidalia's Network settings page"> + <br><br> + + </div> + <!-- END MAINCOL --> + <div id = "sidecol"> +#include "side.wmi" +#include "info.wmi" + </div> + <!-- END SIDECOL --> +</div> +<!-- END CONTENT --> +#include <foot.wmi> Property changes on: website/trunk/docs/en/proxychain.wml ___________________________________________________________________ Added: svn:mime-type + text/vnd.wap.wml
