Difference between revisions of "Bering-uClibc 4.x - User Guide - Advanced Topics - Setting Up Tor"

From bering-uClibc
Jump to: navigation, search
m (uppercase http/s)
m (Load the necessary package to run Tor)
Line 18: Line 18:
 
=== Load the necessary package to run Tor ===
 
=== Load the necessary package to run Tor ===
  
To run <code class="filename">tor</code> on your router you need to load the following packages in <code class="filename">leaf.cfg</code>:
+
To run <code class="filename">tor</code> on your router you need to load the following Packages in <code class="filename">leaf.cfg</code>:
  
 
* tor.lrp
 
* tor.lrp

Revision as of 22:39, 16 January 2011

Advanced Topics - Setting Up Tor
Prev Bering-uClibc 4.x - User Guide Next

This is just a skeleton

What is Tor?

Tor is free software and an open network that helps you defend against a form of network surveillance that threatens personal freedom and privacy, confidential business activities and relationships, and state security known as traffic analysis.

You can configure Tor to run either as a SOCKS proxy or, together with the privoxy Package, as HTTP/S proxy. Both methods are described below.

Load the necessary package to run Tor

To run tor on your router you need to load the following Packages in leaf.cfg:

  • tor.lrp
  • libssl.lrp
  • libcrpto.lrp
  • lpthread.lrp
  • libz.lrp
  • libevent.lrp
  • privoxy.lrp (only required, if you want to run tor with a http/s proxy instead of a SOCKS proxy)

Configure Tor

Configure your web browser

Additional reading


Prev Up Next