Hardware Reference
In-Depth Information
sudo apt-get install tor
Then, install obfsproxy . Obfsproxy is the software that implements the obfuscated
proxy and allows various pluggable transports. Obfsproxy uses Python Twisted library, an
event-driven networking engine, which will install around 17 MB of packages in total:
sudo apt-get install obfsproxy
While we are installing software, let's install the Stem Python package. Stem is a Python
controller library for Tor, and we'll be using it later to interact with our bridge. The easiest
method is to install it with pip :
sudo pip install stem
Search WWH ::




Custom Search