tor-switchproxy.html 4.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
  2. <html>
  3. <head>
  4. <title>Tor SwitchProxy Install Instructions</title>
  5. <meta name="Author" content="Roger Dingledine">
  6. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  7. <meta http-equiv="Content-Style-Type" content="text/css">
  8. <link rel="stylesheet" type="text/css" href="tor-doc.css">
  9. </head>
  10. <body>
  11. <h1>Installing SwitchProxy for <a href="http://tor.eff.org/">Tor</a></h1>
  12. <p>
  13. SwitchProxy is a Firefox plugin that makes it easy for you to switch
  14. between using a proxy and connecting to websites directly.</p>
  15. <p>In this howto, you're going to set up SwitchProxy to let you change
  16. between using Privoxy and a direct connection. We assume you already
  17. have Firefox installed and working.</p>
  18. <p>The screenshots here are oriented towards Windows users, but
  19. SwitchProxy works anywhere Firefox works. Hopefully everybody else can
  20. follow along just fine.</p>
  21. <hr />
  22. <a name="zero"></a>
  23. <h3>Step Zero: Download and Install Tor and Privoxy</h3>
  24. <p>Before you start, you need to make sure 1) Tor is up and running,
  25. 2) Privoxy is up and running, and 3) Privoxy is configured to point
  26. to Tor.</p>
  27. <p>For Windows users, this means <a
  28. href="http://tor.eff.org/doc/tor-doc-win32.html#installing">step one</a>
  29. and <a href="http://tor.eff.org/doc/tor-doc-win32.html#privoxy">step
  30. two</a> of the Windows Tor installation howto. Mac OS X users just need
  31. to do <a href="http://tor.eff.org/doc/tor-doc-osx.html#installing">step
  32. one</a> of OS X Tor installation howto, since our OS X package includes
  33. Privoxy and configures it already.</p>
  34. <hr />
  35. <a name="one"></a>
  36. <h3>Step One: Download and Install SwitchProxy</h3>
  37. <p>SwitchProxy is a Firefox plugin, so you need to go through
  38. the process of installing a new plugin. First, go to the <a
  39. href="https://addons.mozilla.org/extensions/moreinfo.php?application=firefox&id=125">
  40. SwitchProxy</a> web page. It looks like this -- click on the "Install
  41. Now" button:</p>
  42. <img alt="switchproxy web page"
  43. src="http://tor.eff.org/img/screenshot-switchproxy-webpage.jpg" />
  44. <p>It will pop up a window asking for permission to install the plugin.
  45. Click on "Install Now":
  46. </p>
  47. <img alt="firefox plugin warning"
  48. src="http://tor.eff.org/img/screenshot-switchproxy-plugin-starting.jpg" />
  49. <p>Once the installer is finished, it will tell you that SwitchProxy
  50. will be working once you restart Firefox:</p>
  51. <img alt="firefox plugin finished"
  52. src="http://tor.eff.org/img/screenshot-switchproxy-plugin-finished.jpg" />
  53. <hr />
  54. <a name="two"></a>
  55. <h3>Step Two: Configure SwitchProxy</h3>
  56. <p>Now restart your Firefox. You'll notice there's a new toolbar
  57. that lets you control your proxies. Now we're going to set up a proxy
  58. configuration for Privoxy. Click on "add":</p>
  59. <img alt="new toolbar"
  60. src="http://tor.eff.org/img/screenshot-switchproxy-toolbar.jpg" />
  61. <p>It will ask you to select a proxy type. Choose "Standard." (There's also
  62. an "anonymous" proxy type that uses an ad hoc set of anonymous proxies
  63. out there. You don't want this -- Tor is better.)</p>
  64. <img alt="standard proxy"
  65. src="http://tor.eff.org/img/screenshot-switchproxy-proxytype.jpg" />
  66. <p>Now it will show you the standard proxy config window for Firefox.
  67. Give this configuration a proxy label of "tor". Then fill in "localhost"
  68. and "8118" for the first two entries, as shown here. (The first entry is
  69. HTTP, and the second one is typically called something like HTTPS, SSL,
  70. or Secure.) Then click "OK":</p>
  71. <img alt="proxy config"
  72. src="http://tor.eff.org/img/screenshot-switchproxy-proxyconfig.jpg" />
  73. <p>Now you've created the "tor" proxy label, but you're not using it yet.
  74. Click on the pull-down list and select tor, as shown here:</p>
  75. <img alt="switch to tor"
  76. src="http://tor.eff.org/img/screenshot-switchproxy-switch.jpg" />
  77. <p>Almost done. It may look like you're using Tor now, but you need to
  78. click "Apply" to make your change take effect:</p>
  79. <img alt="apply"
  80. src="http://tor.eff.org/img/screenshot-switchproxy-apply.jpg" />
  81. <p>Done! Firefox will reload your current page. In
  82. this example screenshot, it reloaded the page and <a
  83. href="http://wiki.noreply.org/noreply/TheOnionRouter/TorFAQ#GoogleLanguage">happened
  84. to get a German exit node</a>:</p>
  85. <img alt="german google"
  86. src="http://tor.eff.org/img/screenshot-switchproxy-german.jpg" />
  87. <hr />
  88. <p>If you have suggestions for improving this document, please <a
  89. href="mailto:tor-bugs@freehaven.net">send them to us</a>. Thanks!</p>
  90. <p>$Id$</p>
  91. </body>
  92. </html>