From 2a244d02e7f8e104440b040bf2d7f52f7338f10b Mon Sep 17 00:00:00 2001 From: Simon B Date: Wed, 9 Nov 2016 01:54:05 +0100 Subject: [PATCH] add TL;DR section summarized what I needed to know, to be sure I can make use for this tool :). Hope it helps. --- README.rst | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.rst b/README.rst index 1718837..7594196 100644 --- a/README.rst +++ b/README.rst @@ -45,3 +45,13 @@ http://sshuttle.readthedocs.org/ The documentation for the latest development version is available at: http://sshuttle.readthedocs.org/en/latest/ + +TL;DR +----- + +- Tunnel all your traffic via just any old ssh shell account +- Install and use: pip install sshuttle _then_ sshuttle --dns -r username@sshserver 0/0 +- You computer must run: + - Linux (iptables DNAT, REDIRECT, ttl OR more complicated TPROXY recvmsg via PyXAPI if you need full IPv6 and UDP tunneling) + - Mac/BSD (pf via pfctl) + - Windows: not yet supported (vagrant up)