Skip to content

Sshuttle

Aslo called Poor mans VPN

Install:

Bash
sudo apt install -y sshuttle

Tunnel all traffic:

Bash
sshuttle --dns -vr [email protected] 0/0
Back to top