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
- Host: GitHub
- URL: https://github.com/pix/puttle
- Owner: pix
- License: gpl-3.0
- Created: 2010-12-21T09:44:31.000Z (over 15 years ago)
- Default Branch: master
- Last Pushed: 2016-05-06T07:40:59.000Z (about 10 years ago)
- Last Synced: 2025-03-27T17:52:03.185Z (over 1 year ago)
- Language: C++
- Homepage: https://github.com/pix/puttle
- Size: 108 KB
- Stars: 6
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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