SlackBuilds Repository

15.0 > Network > zerotier-one (1.6.2)

ZeroTier One allows systems to join and participate in ZeroTier
virtual networks.

ZeroTier One is a client application that enables devices to join
ZeroTier virtual networks (typically configured and managed by a
network controller). It provides an encrypted and secure network
connectivity solution that can be used for a variety of purposes,
including VPN alternatives, remote access, distributed
applications, and more.

Since zerotier-one needs the tun module to be loaded in order to
work, that is done in the start function of rc.zerotier-one.
If you wish you can make the module load from rc.modules.local.

The following can be used to start/stop NordVPN automatically:
/etc/rc.d/rc.local

if [ -x /etc/rc.d/rc.zerotier-one ]; then
/etc/rc.d/rc.zerotier-one start
fi

/etc/rc.d/rc.local_shutdown
if [ -x /etc/rc.d/rc.zerotier-one ]; then
/etc/rc.d/rc.zerotier-one stop
fi

Maintained by: Georgi kolev
Keywords: zerotier,zerotier-one,vpn
ChangeLog: zerotier-one

Homepage:
https://zerotier.com

Source Downloads:
ZeroTierOne-1.6.2.tar.gz (179ff408997e8aacaf37343d5b4b2473)

Download SlackBuild:
zerotier-one.tar.gz
zerotier-one.tar.gz.asc (FAQ)

(the SlackBuild does not include the source)

Validated for Slackware 15.0

See our HOWTO for instructions on how to use the contents of this repository.

Access to the repository is available via:
ftp git cgit http rsync

© 2006-2024 SlackBuilds.org Project. All rights reserved.
Slackware® is a registered trademark of Patrick Volkerding
Linux® is a registered trademark of Linus Torvalds