timonier/tinc
A VPN daemon
⚠️ This project is no longer maintained. ⚠️
# Define installation folder
export INSTALL_DIRECTORY=/usr/bin
# Use local installation
sudo bin/installer install
# Use remote installation
curl --location "https://github.com/timonier/tinc/raw/master/bin/installer" | sudo sh -s -- install
Note: If you do not define INSTALL_DIRECTORY
, installer
will use in /usr/local/bin
.
Run the command tincd
:
# See all tincd options
tincd --help
# Run tincd
tinc --config /etc/tinc --net demo --user nobody
docker pull timonier/tinc