Create proxies using DigitalOcean's API, based upon @thenikedestroyer's script and inpsired by @ryan9918's script
Only works on OSX, for windows see windows.md
Create droplets, create squid proxies on those droplets, saves to proxies.json
- Edit with your info
info = {
"token" : "some token", # get this from digital ocean
"ssh_num" : [1234], # get this from rsaKey.py
"ssh_path" : "/Users/username/key.pub", # location to ssh pub key
"tnd_script" : "https://gist.githubusercontent.com/supthunder/e9362875d5fadc11e614440d87be3a24/raw/08cafe4e1dd75d0ac5767b08809e1a028c906c2f/p.sh" # DZT's script for ubuntu 16.04
}
-
pip install -r req.txt
-
python proxy.py