Last active
July 4, 2018 17:54
-
-
Save Gromina/5d06462a715700a84f768ef09482cf06 to your computer and use it in GitHub Desktop.
commands to setup tinc 1.1 from source
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
apt-get install -y build-essential libncurses5-dev libreadline-dev libghc-zlib-dev liblzo2-dev libssl-dev | |
cd /usr/local/src | |
wget http://www.tinc-vpn.org/packages/tinc-1.1pre15.tar.gz | |
tar -xvzf tinc-1.1pre15.tar.gz | |
cd tinc-1.1pre15 | |
./configure --with-systemd --prefix= && make && make install |
Author
Gromina
commented
Nov 23, 2017
- https://hosakacorp.net/p/tinc-1.1-overview.html
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment