Update sshuttle.md

coverage
Starbeamrainbowlabs 2017-12-18 10:26:17 +00:00 committed by GitHub
parent bf862fe6a8
commit 1e1243f27e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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}}`