Skip to content

Instantly share code, notes, and snippets.

@sirkkalap
Last active August 18, 2016 08:07
Show Gist options
  • Select an option

  • Save sirkkalap/3c11f952fea778110cfdb73ec3b97d8b to your computer and use it in GitHub Desktop.

Select an option

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