mirror of
https://github.com/gvsurenderreddy/zero
synced 2025-09-27 01:35:53 +08:00
b72ee1d2ebf75f67968518a2f26987f597e6a222
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 zt_net zt_token
The zt_net
(network ID) and zt_token
(API access token) can both be retrieved from the ZeroTier web interface. A typical example looks like this:
zero e6df831e1c561fff ZkJelfeQ1dd2ffff
Languages
Go
62.2%
Shell
25.7%
Dockerfile
12.1%