1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-09-10 11:53:11 +02:00

Update sshuttle.md

This commit is contained in:
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

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