Skip to content

Instantly share code, notes, and snippets.

@CNSumi
Created March 20, 2019 12:54
Show Gist options
  • Save CNSumi/aeaded3698f8b77eac6c71cc2d243f7a to your computer and use it in GitHub Desktop.
Save CNSumi/aeaded3698f8b77eac6c71cc2d243f7a to your computer and use it in GitHub Desktop.
n2n穿透内网
@CNSumi
Copy link
Author

CNSumi commented Mar 20, 2019

sudo apt-get install subversion build-essential libssl-dev git cmake -y
mkdir -p ~/projects && cd ~/projects
git clone https://github.com/meyerd/n2n.git
cd n2n/n2n_v2
mkdir build && cd build
cmake ..
make
sudo make install

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment