Transparent proxy server that works as a poor man's VPN. Forwards over ssh. Doesn't require admin. Works with Linux and MacOS. Supports DNS tunneling.
Go to file
Avery Pennarun a244b325cb iptables: add a PREROUTING rule so we can proxy for other machines too.
If you run sshuttle on a router, it can handle vpn'ing for all the boxes on
your network.
2010-05-02 02:00:58 -04:00
.gitignore Initial commit. 2010-05-01 16:15:37 -04:00
client.py Improve some debugging information to find the weird data problem. 2010-05-02 01:25:09 -04:00
helpers.py We now have a server that works... some of the time. 2010-05-02 00:52:06 -04:00
iptables.py iptables: add a PREROUTING rule so we can proxy for other machines too. 2010-05-02 02:00:58 -04:00
LICENSE Initial commit. 2010-05-01 16:15:37 -04:00
main.py We now have a server that works... some of the time. 2010-05-02 00:52:06 -04:00
options.py Initial commit. 2010-05-01 16:15:37 -04:00
server.py Improve some debugging information to find the weird data problem. 2010-05-02 01:25:09 -04:00
ssh.py Clean up SockWrapper.peername stuff. 2010-05-02 01:52:05 -04:00
sshuttle Initial commit. 2010-05-01 16:15:37 -04:00
ssnet.py Clean up SockWrapper.peername stuff. 2010-05-02 01:52:05 -04:00