Simple, scalable, cross-platform and effective solution against government censorship
Designed for use in Russia, but can be used in other countries.
Wiki: https://github.com/krlvm/PowerTunnel/wiki/
Nowadays many governments introducing censorship in the Internet and situation with Internet freedom becomes worse every day. DPI - Deep Packet Inspection systems - helps them do this.
This force the people to use ways to bypass locks like Proxy and VPN, that send your Internet traffic to the third parties and may be unstable.
PowerTunnel is active DPI circumvention utility, that works only on your PC and don't send your traffic to third-party servers, respecting your privacy and isn't slowing down your internet connection.
PowerTunnel establishes a HTTP/HTTPS-proxy on the your PC and directs your traffic through it.
More details on the Wiki: https://github.com/krlvm/PowerTunnel/wiki/How-it-works%3F
You can compile yourself or download prepared binary from the Releases
tab.
Please, look at the Wiki: https://github.com/krlvm/PowerTunnel/wiki/Installation
You can specify a few params through the CLI (v1.4+):
java -jar PowerTunnel.jar
-ip [IP Address]
-port [Port]
-chunksize [Size of one HTTPS chunk, be careful]
-console
-debug
Your ISP using another blocking method, that PowerTunnel cannot bypass right now.
If you have offers, improvements or find bug you can leave an issue.
We're using patched LittleProxy (org.littleshoot:littleproxy:1.1.2
, https://github.com/adamfisk/LittleProxy) as Proxy Server.
We're using SwingDPI (https://github.com/krlvm/SwingDPI) for scaling UI on a HiDPI screens.