From 1e1243f27e103c5bf142b4e1d0d37b2864db8c0a Mon Sep 17 00:00:00 2001 From: Starbeamrainbowlabs Date: Mon, 18 Dec 2017 10:26:17 +0000 Subject: [PATCH] Update sshuttle.md --- pages/linux/sshuttle.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/linux/sshuttle.md b/pages/linux/sshuttle.md index 8ce70d516..bc1c94506 100644 --- a/pages/linux/sshuttle.md +++ b/pages/linux/sshuttle.md @@ -7,10 +7,10 @@ `sshuttle --remote={{username}}@{{sshserver}} {{0.0.0.0/0}}` -- Forward all IPv4 TCP and DNS traffic via a remote SSH server: +- Forward all IPv4 TCP and DNS traffic: `sshuttle --dns --remote={{username}}@{{sshserver}} {{0.0.0.0/0}}` -- Forward all IPv4 and IPv6 traffic via a remote SSH server: +- Forward all IPv4 and IPv6 traffic: `sudo sshuttle --remote={{username}}@{{sshserver}} --method=tproxy {{0.0.0.0/0}} {{::/0}} --exclude={{your_local_ip_address}} --exclude={{ssh_server_ip_address}}`