Update sshuttle.md

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

View File

@ -11,6 +11,6 @@
`sshuttle --dns --remote={{username}}@{{sshserver}} {{0.0.0.0/0}}`
- Forward all IPv4 and IPv6 traffic:
- Use the tproxy method to 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}}`
`sudo sshuttle --method=tproxy --remote={{username}}@{{sshserver}} {{0.0.0.0/0}} {{::/0}} --exclude={{your_local_ip_address}} --exclude={{ssh_server_ip_address}}`