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:
WhatTheServer 2020-09-30 23:50:02 -04:00 committed by GitHub
commit 65c8d10acb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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