2015-12-25 12:02:49 +01:00
2015-12-25 09:33:28 +01:00
2015-12-25 08:59:07 +01:00
2015-12-25 09:33:28 +01:00
2015-12-25 08:59:07 +01:00
2015-12-25 12:02:49 +01:00
2015-12-25 12:02:49 +01:00
2015-12-25 12:02:49 +01:00
2015-12-25 12:02:49 +01:00

zero

ZeroTier is an awesome zero-configuration vpn that runs almost anywhere. But the default CLI doesn't make particulary easy to join a network unattended. Manual intervention can be combersome in a cluster environment were machine are added and removed dynamically.

Zero presents the simple function of joining a Zerotier network without manual intervention. It does this by using the ZeroTier API:

usage: zero [-name] [-iface] [-install-dir] zt_net zt_token

The zt_net (network ID) and zt_token (API access token) can both be retrieved from the ZeroTier web interface. Typical usage looks like this:

zero -name=my-machine e6df831e1c561fff ZkJelfeQ1dd2ffff

Installation

A 64-bit Linux binary is available on the releases page, for other platforms use go get to build from source:

go get -u github.com/microfactory/zero

NOTE: This requires you to install the Go SDK (>1.5.1)

Description
No description provided
Readme MIT 68 KiB
Languages
Go 62.2%
Shell 25.7%
Dockerfile 12.1%