|
@@ -7,10 +7,10 @@ description: |
|
|
Install
|
|
Install
|
|
sudo snap install zerotier
|
|
sudo snap install zerotier
|
|
Join your network
|
|
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!
|
|
Approve your new node in ZeroTier Central (https://my.zerotier.com)! Welcome online!
|
|
-
|
|
|
|
|
|
+
|
|
adopt-info: one
|
|
adopt-info: one
|
|
confinement: strict
|
|
confinement: strict
|
|
grade: stable
|
|
grade: stable
|
|
@@ -28,11 +28,18 @@ apps:
|
|
- network-bind
|
|
- network-bind
|
|
- network-control
|
|
- network-control
|
|
|
|
|
|
|
|
+ # For backwards compatibility with old package (e.g. zerotier.cli)
|
|
|
|
+ # Should be removed someday
|
|
cli:
|
|
cli:
|
|
command: usr/sbin/zerotier-cli
|
|
command: usr/sbin/zerotier-cli
|
|
plugs:
|
|
plugs:
|
|
- network
|
|
- network
|
|
|
|
|
|
|
|
+ zerotier:
|
|
|
|
+ command: usr/sbin/zerotier-cli
|
|
|
|
+ plugs:
|
|
|
|
+ - network
|
|
|
|
+
|
|
idtool:
|
|
idtool:
|
|
command: usr/sbin/zerotier-idtool
|
|
command: usr/sbin/zerotier-idtool
|
|
plugs:
|
|
plugs:
|