2
0

A mirror of Tinc VPN git repository : https://tinc-vpn.org/git/tinc

Guus Sliepen e994222a43 Move poly1305_get_tag() into poly1305.c, hide poly1305_init(). 2 жил өмнө
.builds 0f8e3c9f6f CI: run all test flavors on BSDs 2 жил өмнө
.ci 09f036b3ae Reflow all Markdown files. 2 жил өмнө
.github 1695d8828e Add Markdown reformat to lint.py 2 жил өмнө
bash_completion.d df716df33a Add support for meson build system 2 жил өмнө
doc 4f48176209 Make the ExperimentalProtocol option obsolete. 2 жил өмнө
src e994222a43 Move poly1305_get_tag() into poly1305.c, hide poly1305_init(). 2 жил өмнө
subprojects df716df33a Add support for meson build system 2 жил өмнө
systemd d294938171 Add optional systemd integration 2 жил өмнө
test 4f48176209 Make the ExperimentalProtocol option obsolete. 2 жил өмнө
.astylerc 2ded4a8035 Update old Python code 2 жил өмнө
.clang-tidy c5373d9fc0 Enable more clang-tidy checks 2 жил өмнө
.gitignore 55e4634a2a Add __pycache__ directories to .gitignore. 2 жил өмнө
.pylintrc 9a012e485a Rewrite integration test suite in Python 2 жил өмнө
AUTHORS 0f09260b13 Remove Google from the list of copyright owners. 9 жил өмнө
COPYING 0345a14686 Update copyright notices. 3 жил өмнө
COPYING.README fd3800324f Make text files Markdown-compatible. 8 жил өмнө
INSTALL.md 09f036b3ae Reflow all Markdown files. 2 жил өмнө
NEWS 3217d5efb4 Releasing 1.1pre18. 3 жил өмнө
QUICKSTART.md 09f036b3ae Reflow all Markdown files. 2 жил өмнө
README.md 09f036b3ae Reflow all Markdown files. 2 жил өмнө
SECURITY.md 09f036b3ae Reflow all Markdown files. 2 жил өмнө
THANKS 95230693d2 Update THANKS. 3 жил өмнө
lint.py 1695d8828e Add Markdown reformat to lint.py 2 жил өмнө
meson.build 9e7b3e5dd0 Make build files compatible with muon 2 жил өмнө
meson_options.txt 4436af55e5 Add basic pledge/unveil sandbox on OpenBSD 2 жил өмнө
version.py 9e7b3e5dd0 Make build files compatible with muon 2 жил өмнө

README.md

About tinc

Tinc is a peer-to-peer VPN daemon that supports VPNs with an arbitrary number of nodes. Instead of configuring tunnels, you give tinc the location and public key of a few nodes in the VPN. After making the initial connections to those nodes, tinc will learn about all other nodes on the VPN, and will make connections automatically. When direct connections are not possible, data will be forwarded by intermediate nodes.

Tinc can operate in several routing modes. In the default mode, "router", every node is associated with one or more IPv4 and/or IPv6 Subnets. The other two modes, "switch" and "hub", let the tinc daemons work together to form a virtual Ethernet network switch or hub.

This is a pre-release

Please note that this is NOT a stable release. Until version 1.1.0 is released, please use one of the 1.0.x versions if you need a stable version of tinc.

Although tinc 1.1 will be protocol compatible with tinc 1.0.x, the functionality of the tinc program may still change, and the control socket protocol is not fixed yet.

Documentation

See QUICKSTART.md for a quick guide to get tinc up and running. Read the manual for more detailed information.

Getting tinc

From your distribution

Many operating system distributions have packaged tinc. Check your package manager first.

Nightly builds

You can download pre-built binary packages for multiple Linux distributions and Windows here:

Note that these packages have not been heavily tested and are not officially supported by the project. Use them at your own risk. You are advised to use tinc shipped by your distribution, or build from source.

Build it from source

See the file INSTALL.md for instructions of how to build and install tinc from source.

Copyright

tinc is Copyright © 1998-2022 Ivo Timmermans, Guus Sliepen guus@tinc-vpn.org, and others.

For a complete list of authors see the AUTHORS file.

This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. See the file COPYING for more details.