mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2024-12-21 22:07:49 +00:00
Merge branch 'dev' of github.com:zerotier/ZeroTierOne into dev
This commit is contained in:
commit
ae8df648d5
@ -7,8 +7,8 @@ description: |
|
||||
Install
|
||||
sudo snap install zerotier
|
||||
Join your network
|
||||
sudo zerotier.cli join 8056c2e21c000001
|
||||
sudo zerotier.cli status
|
||||
sudo zerotier join <nwid>
|
||||
sudo zerotier status
|
||||
Approve your new node in ZeroTier Central (https://my.zerotier.com)! Welcome online!
|
||||
|
||||
adopt-info: one
|
||||
@ -28,11 +28,18 @@ apps:
|
||||
- network-bind
|
||||
- network-control
|
||||
|
||||
# For backwards compatibility with old package (e.g. zerotier.cli)
|
||||
# Should be removed someday
|
||||
cli:
|
||||
command: usr/sbin/zerotier-cli
|
||||
plugs:
|
||||
- network
|
||||
|
||||
zerotier:
|
||||
command: usr/sbin/zerotier-cli
|
||||
plugs:
|
||||
- network
|
||||
|
||||
idtool:
|
||||
command: usr/sbin/zerotier-idtool
|
||||
plugs:
|
||||
|
Loading…
Reference in New Issue
Block a user