Search found 1 match
- November 16th, 2013, 5:23 pm
- Forum: Feature Requests
- Topic: Adding SOCKS support for SAB
- Replies: 43
- Views: 63629
Re: Adding SOCKS support for SAB
In case anyone stumbles across this thread, I've found sshuttle to be the solution I needed on Linux: sudo apt-get install sshuttle sshuttle -r my_username@my_vps.com:22 97.141.89.0/21 -v —no-latency-control -D This will only forward traffic intended for that netmask. You don't even need to restart....