Transparent your Proxy your connection over your DigitalOcean Droplet.
# Install DigitalOcean CLI Tool
brew install doctl
# Install sshuttle
brew install sshuttle
Generate a key from https://cloud.digitalocean.com/settings/api/tokens
doctl auth login
# Enter your API key you generated.
Create a Droplet on your DigitalOcean account. Name it do-sshuttle-server
.
$ ./do-sshuttle
do-shuttle v0.0.1
Fatih Kadir Akın <[email protected]>
Transparent Proxying over DigitalOcean Droplets
[ds] <--- Getting do-sshuttle-server Droplet information...
[ds] ---> Powering on do-sshuttle-server (root@<IP ADDRESS>) Droplet...
[ds] ---> Power-on Request sent...
[ds] ---> Allow server 10 seconds to boot...
[ds] ---> Proxying network via sshuttle...
client: Connected.
WTFPL.