Update README.md
I needed to run it like this to get it to work with latest Mint/Ubuntu linux https://github.com/sshuttle/sshuttle/issues/150#issuecomment-404311345 without that it would fail. Figure id share this as others may not know how to search and find that workaround. This works great btw and testing it out today for work.
This commit is contained in:
parent
681a6980c8
commit
65c8d10acb
1 changed files with 1 additions and 1 deletions
|
|
@ -75,7 +75,7 @@ I use [sshuttle](https://github.com/sshuttle/sshuttle) which already handles mos
|
|||
TERMUX_USER="u0_a249"
|
||||
TERMUX_IP="192.x.43.x"
|
||||
TERMUX_PORT="8022"
|
||||
sshuttle -r $TERMUX_USER@$TERMUX_IP:$TERMUX_PORT 0.0.0.0/0 -l 0.0.0.0:0
|
||||
sshuttle -r $TERMUX_USER@$TERMUX_IP:$TERMUX_PORT 0/0 --exclude $hostname 0/0
|
||||
```
|
||||
|
||||
## Windows
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue