timonier/tinc

By timonier

Updated over 6 years ago

A VPN daemon

Image
0

814

README

A VPN daemon

⚠️ This project is no longer maintained. ⚠️

Installation

# 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.

Usage

Run the command tincd:

# See all tincd options

tincd --help

# Run tincd

tinc --config /etc/tinc --net demo --user nobody

Links

Docker Pull Command

docker pull timonier/tinc