mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-28 06:13:31 +01:00
clean up the tor switchproxy howto more
svn:r4606
This commit is contained in:
parent
0f6bf87427
commit
9d962eb224
@ -21,17 +21,26 @@ between using a proxy and connecting to websites directly.</p>
|
|||||||
between using Privoxy and a direct connection. We assume you already
|
between using Privoxy and a direct connection. We assume you already
|
||||||
have Firefox installed and working.</p>
|
have Firefox installed and working.</p>
|
||||||
|
|
||||||
|
<p>The screenshots here are oriented towards Windows users, but
|
||||||
|
SwitchProxy works anywhere Firefox works. Hopefully everybody else can
|
||||||
|
follow along just fine.</p>
|
||||||
|
|
||||||
<hr />
|
<hr />
|
||||||
|
|
||||||
<a name="zero"></a>
|
<a name="zero"></a>
|
||||||
<h3>Step Zero: Download and Install Tor and Privoxy</h3>
|
<h3>Step Zero: Download and Install Tor and Privoxy</h3>
|
||||||
|
|
||||||
<p>Before you start, you need to do <a
|
<p>Before you start, you need to make sure 1) Tor is up and running,
|
||||||
|
2) Privoxy is up and running, and 3) Privoxy is configured to point
|
||||||
|
to Tor.</p>
|
||||||
|
|
||||||
|
<p>For Windows users, this means <a
|
||||||
href="http://tor.eff.org/doc/tor-doc-win32.html#installing">step one</a>
|
href="http://tor.eff.org/doc/tor-doc-win32.html#installing">step one</a>
|
||||||
and <a href="http://tor.eff.org/doc/tor-doc-win32.html#privoxy">step
|
and <a href="http://tor.eff.org/doc/tor-doc-win32.html#privoxy">step
|
||||||
two</a> of the Tor installation howto. When you're done, Tor will be up
|
two</a> of the Windows Tor installation howto. Mac OS X users just need
|
||||||
and running, Privoxy will be up and running, and Privoxy will be configured
|
to do <a href="http://tor.eff.org/doc/tor-doc-osx.html#installing">step
|
||||||
to point to Tor.</p>
|
one</a> of OS X Tor installation howto, since our OS X package includes
|
||||||
|
Privoxy and configures it already.</p>
|
||||||
|
|
||||||
<hr />
|
<hr />
|
||||||
|
|
||||||
@ -42,7 +51,7 @@ to point to Tor.</p>
|
|||||||
the process of installing a new plugin. First, go to the <a
|
the process of installing a new plugin. First, go to the <a
|
||||||
href="https://addons.mozilla.org/extensions/moreinfo.php?application=firefox&id=125">
|
href="https://addons.mozilla.org/extensions/moreinfo.php?application=firefox&id=125">
|
||||||
SwitchProxy</a> web page. It looks like this -- click on the "Install
|
SwitchProxy</a> web page. It looks like this -- click on the "Install
|
||||||
Now" button.</p>
|
Now" button:</p>
|
||||||
|
|
||||||
<img alt="switchproxy web page"
|
<img alt="switchproxy web page"
|
||||||
src="http://tor.eff.org/img/screenshot-switchproxy-webpage.jpg" />
|
src="http://tor.eff.org/img/screenshot-switchproxy-webpage.jpg" />
|
||||||
@ -54,7 +63,7 @@ Click on "Install Now":
|
|||||||
<img alt="firefox plugin warning"
|
<img alt="firefox plugin warning"
|
||||||
src="http://tor.eff.org/img/screenshot-switchproxy-plugin-starting.jpg" />
|
src="http://tor.eff.org/img/screenshot-switchproxy-plugin-starting.jpg" />
|
||||||
|
|
||||||
<p>Once the installer is finished, it will tell you that you SwitchProxy
|
<p>Once the installer is finished, it will tell you that SwitchProxy
|
||||||
will be working once you restart Firefox:</p>
|
will be working once you restart Firefox:</p>
|
||||||
|
|
||||||
<img alt="firefox plugin finished"
|
<img alt="firefox plugin finished"
|
||||||
@ -65,14 +74,14 @@ src="http://tor.eff.org/img/screenshot-switchproxy-plugin-finished.jpg" />
|
|||||||
<a name="two"></a>
|
<a name="two"></a>
|
||||||
<h3>Step Two: Configure SwitchProxy</h3>
|
<h3>Step Two: Configure SwitchProxy</h3>
|
||||||
|
|
||||||
<p>Now restart your Firefox. You'll notice there's now a new toolbar
|
<p>Now restart your Firefox. You'll notice there's a new toolbar
|
||||||
that lets you control your proxies. Now we're going to set up a proxy
|
that lets you control your proxies. Now we're going to set up a proxy
|
||||||
configuration for Privoxy. Click on "add":</p>
|
configuration for Privoxy. Click on "add":</p>
|
||||||
|
|
||||||
<img alt="new toolbar"
|
<img alt="new toolbar"
|
||||||
src="http://tor.eff.org/img/screenshot-switchproxy-toolbar.jpg" />
|
src="http://tor.eff.org/img/screenshot-switchproxy-toolbar.jpg" />
|
||||||
|
|
||||||
<p>It will ask to select a proxy type. Choose "Standard." (There's also
|
<p>It will ask you to select a proxy type. Choose "Standard." (There's also
|
||||||
an "anonymous" proxy type that uses an ad hoc set of anonymous proxies
|
an "anonymous" proxy type that uses an ad hoc set of anonymous proxies
|
||||||
out there. You don't want this -- Tor is better.)</p>
|
out there. You don't want this -- Tor is better.)</p>
|
||||||
|
|
||||||
@ -81,7 +90,9 @@ src="http://tor.eff.org/img/screenshot-switchproxy-proxytype.jpg" />
|
|||||||
|
|
||||||
<p>Now it will show you the standard proxy config window for Firefox.
|
<p>Now it will show you the standard proxy config window for Firefox.
|
||||||
Give this configuration a proxy label of "tor". Then fill in "localhost"
|
Give this configuration a proxy label of "tor". Then fill in "localhost"
|
||||||
and "8118" for the first two entries, as shown here. Then click "OK":</p>
|
and "8118" for the first two entries, as shown here. (The first entry is
|
||||||
|
HTTP, and the second one is typically called something like HTTPS, SSL,
|
||||||
|
or Secure.) Then click "OK":</p>
|
||||||
|
|
||||||
<img alt="proxy config"
|
<img alt="proxy config"
|
||||||
src="http://tor.eff.org/img/screenshot-switchproxy-proxyconfig.jpg" />
|
src="http://tor.eff.org/img/screenshot-switchproxy-proxyconfig.jpg" />
|
||||||
@ -98,8 +109,10 @@ click "Apply" to make your change take effect:</p>
|
|||||||
<img alt="apply"
|
<img alt="apply"
|
||||||
src="http://tor.eff.org/img/screenshot-switchproxy-apply.jpg" />
|
src="http://tor.eff.org/img/screenshot-switchproxy-apply.jpg" />
|
||||||
|
|
||||||
<p>Done! Firefox will reload your current page. In this example screenshot,
|
<p>Done! Firefox will reload your current page. In
|
||||||
it reloaded google.com and happened to get a German exit node:</p>
|
this example screenshot, it reloaded the page and <a
|
||||||
|
href="http://wiki.noreply.org/noreply/TheOnionRouter/TorFAQ#GoogleLanguage">happened
|
||||||
|
to get a German exit node</a>:</p>
|
||||||
|
|
||||||
<img alt="german google"
|
<img alt="german google"
|
||||||
src="http://tor.eff.org/img/screenshot-switchproxy-german.jpg" />
|
src="http://tor.eff.org/img/screenshot-switchproxy-german.jpg" />
|
||||||
|
Loading…
Reference in New Issue
Block a user