Skip to content

Instantly share code, notes, and snippets.

@sirkkalap
Last active August 18, 2016 08:07
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 sirkkalap/3c11f952fea778110cfdb73ec3b97d8b to your computer and use it in GitHub Desktop.
Save sirkkalap/3c11f952fea778110cfdb73ec3b97d8b to your computer and use it in GitHub Desktop.
This installs dependencies, checks out the Proxytunnel and builds it on Ubuntu.
# Use
# curl -sSL https://gist.githubusercontent.com/sirkkalap/3c11f952fea778110cfdb73ec3b97d8b/raw/InstallProxyTunnelUbuntu.sh | bash -x
sudo apt-get -y install libssl-dev
git clone https://github.com/sirkkalap/proxytunnel.git
cd proxytunnel
make proxytunnel
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment