mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-01-29 23:53:58 +00:00
464bca5d20
* Fix primary port binding issue in 1.12 (#2107) * Add test for primary port bindings to validator - See #2105 * Add delay to binding test * Remove TCP binding logic from Binder to fix #2105 * add second control plane socket for ipv6 * fix controller network post endpoint * exit if we can't bind at least one of IPV4 or IPV6 for control plane port --------- Co-authored-by: Grant Limberg <grant.limberg@zerotier.com> * Version bump, Linux version stuff, Debian dependencies from 1.12.0 rebuild, release notes. * macOS version bump in installer * Windows version bump. --------- Co-authored-by: Joseph Henry <joseph.henry@zerotier.com> Co-authored-by: Grant Limberg <grant.limberg@zerotier.com>
20 lines
659 B
Plaintext
20 lines
659 B
Plaintext
Source: zerotier-one
|
|
Maintainer: Adam Ierymenko <adam.ierymenko@zerotier.com>
|
|
Section: net
|
|
Priority: optional
|
|
Standards-Version: 3.9.4
|
|
Build-Depends: debhelper
|
|
Vcs-Git: git://github.com/zerotier/ZeroTierOne
|
|
Vcs-Browser: https://github.com/zerotier/ZeroTierOne
|
|
Homepage: https://www.zerotier.com/
|
|
|
|
Package: zerotier-one
|
|
Architecture: any
|
|
Depends: ${shlibs:Depends}, ${misc:Depends}, libstdc++6
|
|
Homepage: https://www.zerotier.com/
|
|
Description: ZeroTier network virtualization service
|
|
ZeroTier One lets you join ZeroTier virtual networks and
|
|
have them appear as tun/tap ports on your system. See
|
|
https://www.zerotier.com/ for instructions and
|
|
documentation.
|