An open API service indexing awesome lists of open source software.

https://github.com/pix/puttle

puttle: Tranparent VPN over HTTP Connect
https://github.com/pix/puttle

Last synced: over 1 year ago
JSON representation

puttle: Tranparent VPN over HTTP Connect

Awesome Lists containing this project

README

          

puttle: Tranparent VPN over HTTP Connect
========================================

This tool is inspired by shuttle[1] and use more or less the same concept.

Prerequisites
-------------

- sudo, su, or logged in as root on your client machine.
(The server doesn't need admin access.)

iptables installed on the client, including at
least the iptables DNAT, REDIRECT, and ttl modules.
These are installed by default on most Linux distributions.
(The server doesn't need iptables and doesn't need to be
Linux.)

How to use it:
--------------

setup-puttle --include w.x.y.x/n --exlude o.t.h.e/r -- puttle \
--proxy http://user:password@host:port --proxy http://anotherhost:anotherport

[1]: https://github.com/apenwarr/sshuttle