Skip to content

Instantly share code, notes, and snippets.

@dustinmoris
Created September 16, 2016 12:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dustinmoris/6d58cf75a812cbe653bf3fd6e59470f3 to your computer and use it in GitHub Desktop.
Save dustinmoris/6d58cf75a812cbe653bf3fd6e59470f3 to your computer and use it in GitHub Desktop.
Launch EC2 with Simpleproxy
sudo apt-get install simpleproxy -y
sudo bash -c 'echo "simpleproxy -vd -L 0.0.0.0:9999 -R 52.17.77.124:31156" > /etc/rc.local'
sudo bash -c 'echo "exit 0" >> /etc/rc.local'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment