From bf862fe6a8eea89552cb1fbd5e3f5643dce0d32d Mon Sep 17 00:00:00 2001 From: Starbeamrainbowlabs Date: Thu, 14 Dec 2017 20:38:29 +0000 Subject: [PATCH] Update sshuttle.md --- pages/linux/sshuttle.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/linux/sshuttle.md b/pages/linux/sshuttle.md index 76313f404..8ce70d516 100644 --- a/pages/linux/sshuttle.md +++ b/pages/linux/sshuttle.md @@ -13,4 +13,4 @@ - Forward all IPv4 and IPv6 traffic via a remote SSH server: -`sudo sshuttle --remote={{username}}@{{sshserver}} --method=tproxy {{0.0.0.0/0}} {{::/0}} --exclude={{your_local_ip_address}} --exclude={{ssh_server_ip_address}} +`sudo sshuttle --remote={{username}}@{{sshserver}} --method=tproxy {{0.0.0.0/0}} {{::/0}} --exclude={{your_local_ip_address}} --exclude={{ssh_server_ip_address}}`