imagineer | Praseetha KR · May 15, 2020
Set up a Proxy Server Droplet in less than 5 minutes
0Sign in to vote or save
This site does not allow itself to be embedded. You can still read it on the original site — the toolbar below keeps your place in the directory.
This post shows how to quickly run Squid proxy server on a DigitalOcean droplet via command line interface. TLDR; Create droplet: $ doctl compute droplet create ubuntu-squid-proxy \ --image ubuntu-20-04-x64 \ --region sfo2 \ --size s-1vcpu-1gb \ --ssh-keys 01234567,12345678 \ --tag-names test,proxy,squid,cli \ --user-data-file user-data.yml \ --wait where user-data.yml has content of this gist Use…
Comments
Nothing yet. Say the first thing.
Sign in to join the conversation.