12
2023
10
09:38:10

https://www.tinc-vpn.org/



推荐点击下面图片,通过本站淘宝优惠价购买:

image.png

https://www.tinc-vpn.org/

https://tinc-vpn.org/git/browse?p=tinc



Welcome to tinc!

Latest stable version: 1.0.36

Latest prerelease from the 1.1 branch: 1.1pre18


Latest news:

Version 1.1pre18 released.


Check all Address statements when making outgoing connections.

Make more variables safe for use in invitations.

Allow tinc --force join to accept all variables sent in an invitation.

Make sure the stop command works on Windows if tincd is running in the foreground.

Handle DOS line endings in invitation files.

Double-quote node names in dump graph output.

Prevent large amounts of UDP probes being sent consecutively.

Try harder to reconnect with unreachable nodes.

Generate tinc-up.bat on Windows.

Fix a possible infinite loop when adding Subnets to a running tincd.

Allow a tun/tap filedescriptor to be passed through a UNIX socket.

Use auto-clone tun/tap devices as default on FreeBSD and DragonFlyBSD.

Thanks to Fabian Maurer, Ilia Pavlikhin, Maciej S. Szmigiero, Pacien Tran-Girard, Aaron Li, Andreas Rammhold, Rosen Penev, Shengjing Zhu, Werner Schreiber, iczero and leptonyu for their contributions to this version of tinc.


More news…


What is tinc?

tinc is a Virtual Private Network (VPN) daemon that uses tunnelling and encryption to create a secure private network between hosts on the Internet. tinc is Free Software and licensed under the GNU General Public License version 2 or later. Because the VPN appears to the IP level network code as a normal network device, there is no need to adapt any existing software. This allows VPN sites to share information with each other over the Internet without exposing any information to others. In addition, tinc has the following features:


Encryption, authentication and compression

All traffic is optionally compressed using zlib or LZO, and LibreSSL or OpenSSL is used to encrypt the traffic and protect it from alteration with message authentication codes and sequence numbers.

Automatic full mesh routing

Regardless of how you set up the tinc daemons to connect to each other, VPN traffic is always (if possible) sent directly to the destination, without going through intermediate hops.

NAT traversal

As long as one node in the VPN allows incoming connections on a public IP address (even if it is a dynamic IP address), tinc will be able to do NAT traversal, allowing direct communication between peers.

Easily expand your VPN

When you want to add nodes to your VPN, all you have to do is add an extra configuration file, there is no need to start new daemons or create and configure new devices or network interfaces.

Ability to bridge ethernet segments

You can link multiple ethernet segments together to work like a single segment, allowing you to run applications and games that normally only work on a LAN over the Internet.

Runs on many operating systems and supports IPv6

Currently Linux, FreeBSD, OpenBSD, NetBSD, OS X, Solaris, Windows 2000, XP, Vista and Windows 7 and 8 platforms are supported. See our section about supported platforms for more information about the state of the ports. tinc has also full support for IPv6, providing both the possibility of tunneling IPv6 traffic over its tunnels and of creating tunnels over existing IPv6 networks.




projects / tinc / summary


commit

 ? search: 

 re

summary | shortlog | log | commit | commitdiff | tree


 

description tinc, the VPN daemon

owner Guus Sliepen

last change Tue, 27 Jul 2021 13:10:15 +0000 (15:10 +0200)

readme

This is the public git repository of tinc, the VPN daemon. This repository can be cloned with one of the following command:

git clone git://tinc-vpn.org/tinc

or:

git clone http://tinc-vpn.org/git/tinc

Alternatively, you can download tarballs of specific commits from this web interface by clicking on the "snapshot" links.


shortlog

2021-07-27 Guus Sliepen Require OpenSSL 1.1.0 or later. master commit | commitdiff | tree | snapshot

2021-07-27 Guus Sliepen Avoid trying to send an ANS_KEY request to unreachable... commit | commitdiff | tree | snapshot

2021-07-27 Guus Sliepen Use inet_pton() to parse Subnets. commit | commitdiff | tree | snapshot

2019-08-26 Guus Sliepen Releasing 1.0.36. release-1.0.36 commit | commitdiff | tree | snapshot

2019-08-26 Guus Sliepen Add a missing check for a pathname being too long. commit | commitdiff | tree | snapshot

2019-08-26 Guus Sliepen Reformat all code using astyle. commit | commitdiff | tree | snapshot

2019-08-26 Guus Sliepen Fix spelling errors found by codespell. commit | commitdiff | tree | snapshot

2019-08-26 Guus Sliepen Update THANKS. commit | commitdiff | tree | snapshot

2019-04-11 Guus Sliepen Backport tinc 1.1's str2net() function. commit | commitdiff | tree | snapshot

2019-03-30 Guus Sliepen Update THANKS. commit | commitdiff | tree | snapshot

2018-12-18 Rosen Penev Fix compilation without deprecated OpenSSL APIs commit | commitdiff | tree | snapshot

2018-12-18 Rosen Penev Fix compilation when OpenSSL has no ENGINE support commit | commitdiff | tree | snapshot

2018-11-30 Quentin Rameau Double-quote nodes in graphviz network file commit | commitdiff | tree | snapshot

2018-10-11 Werner Schreiber Fix segfault when dest->mtu is 0. commit | commitdiff | tree | snapshot

2018-10-11 Guus Sliepen Remove the call to RAND_load_file(). commit | commitdiff | tree | snapshot

2018-10-08 Guus Sliepen Releasing 1.0.35. release-1.0.35 commit | commitdiff | tree | snapshot

...

tags

21 months ago release-1.1pre18 Releasing 1.1pre18. tag | commit | shortlog | log

3 years ago release-1.0.36 Releasing 1.0.36. tag | commit | shortlog | log

4 years ago release-1.1pre17 Releasing 1.1pre17. tag | commit | shortlog | log

4 years ago release-1.0.35 Releasing 1.0.35. tag | commit | shortlog | log

4 years ago release-1.1pre16 Releasing 1.1pre16. tag | commit | shortlog | log

4 years ago release-1.0.34 Releasing 1.0.34. tag | commit | shortlog | log

5 years ago release-1.0.33 Releasing 1.0.33. tag | commit | shortlog | log

5 years ago release-1.1pre15 Releasing 1.1pre15. tag | commit | shortlog | log

5 years ago release-1.0.32 Releasing 1.0.32. tag | commit | shortlog | log

6 years ago release-1.0.31 Releasing 1.0.31. tag | commit | shortlog | log

6 years ago release-1.0.30 Releasing 1.0.30. tag | commit | shortlog | log

6 years ago release-1.0.29 Releasing 1.0.29. tag | commit | shortlog | log

6 years ago release-1.1pre14 Releasing 1.1pre14. tag | commit | shortlog | log

6 years ago release-1.1pre13 Releasing 1.1pre13. tag | commit | shortlog | log

6 years ago release-1.1pre12 Releasing 1.1pre12. tag | commit | shortlog | log

7 years ago release-1.0.28 Releasing 1.0.28. tag | commit | shortlog | log

...

heads

10 months ago 1.1 shortlog | log | tree

10 months ago feature/alt-ciphersuite shortlog | log | tree

20 months ago master shortlog | log | tree

9 years ago 1.1-ed25519 shortlog | log | tree

9 years ago 1.1-brainpool shortlog | log | tree

12 years ago 1.1-threads shortlog | log | tree

16 years ago 2.0 shortlog | log | tree

19 years ago 1.0-gnutls shortlog | log | tree

21 years ago POKEY shortlog | log | tree


本文链接:https://hqyman.cn/post/4436.html 非本站原创文章欢迎转载,原创文章需保留本站地址!

分享到:





休息一下,本站随机推荐观看栏目:


« 上一篇 下一篇 »

发表评论:

◎欢迎参与讨论,请在这里发表您的看法、交流您的观点。

您的IP地址是: