mirror of
https://github.com/netbirdio/plugins.git
synced 2026-05-22 18:44:07 -07:00
net/zerotier: register device from plugin
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
PLUGIN_NAME= zerotier
|
||||
PLUGIN_VERSION= 1.3.2
|
||||
PLUGIN_REVISION= 3
|
||||
PLUGIN_REVISION= 4
|
||||
PLUGIN_COMMENT= Virtual Networks That Just Work
|
||||
PLUGIN_DEPENDS= zerotier
|
||||
PLUGIN_MAINTAINER= dharrigan@gmail.com
|
||||
|
||||
@@ -59,3 +59,8 @@ function zerotier_services()
|
||||
|
||||
return $services;
|
||||
}
|
||||
|
||||
function zerotier_devices()
|
||||
{
|
||||
return [['pattern' => '^zt', 'volatile' => true]];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user