/stem-tortp

TORtp enhancement with stem integration

Primary LanguagePython

TorTP

TorTP will change your iptables configuration to force all TCP traffic to pass through Tor (and also UDP DNS request). The network traffic that is not capable of passing through Tor (such as UDP or ICMP) is just dropped.

TorTP use python-stem library for setup Transparen Proxy and DNS server capability on Tor, without override Tor default configuration file.

HowTo install:

Add freepto repository:

$ wget http://deb.freepto.mx/deb.gpg

$ cat deb.gpg | apt-key add -

$ echo "deb http://deb.freepto.mx/freepto berenjena main" > /etc/apt/sources.list.d/freepto.list

Install:

sudo apt-get install tortp python-tortp

Enable Tor Control Port:

sed -i 's/#ControlPort 9051/ControlPort 9051/' /etc/tor/torrc

Install GUI (optional):

apt-get install tortp-gtk

HowTo user TorTP:

$ sudo tortp -h

$ man tortp