mirror of
https://github.com/opnsense/plugins.git
synced 2026-02-03 20:40:37 -05:00
net/zerotier: model style
This commit is contained in:
parent
2783ef18b7
commit
e1d9f49c81
1 changed files with 4 additions and 15 deletions
|
|
@ -1,21 +1,14 @@
|
|||
<model>
|
||||
<mount>//OPNsense/zerotier</mount>
|
||||
<description>
|
||||
Zerotier - Virtual Networks That Just Work.
|
||||
</description>
|
||||
<description>Zerotier configuration</description>
|
||||
<version>1.3.0</version>
|
||||
<items>
|
||||
<enabled type="BooleanField">
|
||||
<Default>0</Default>
|
||||
<Required>Y</Required>
|
||||
</enabled>
|
||||
<apiAccessToken type="TextField">
|
||||
<Default></Default>
|
||||
<Required>N</Required>
|
||||
</apiAccessToken>
|
||||
<localconf type="TextField">
|
||||
<Required>N</Required>
|
||||
</localconf>
|
||||
<apiAccessToken type="TextField"/>
|
||||
<localconf type="TextField"/>
|
||||
<networks>
|
||||
<network type="ArrayField">
|
||||
<enabled type="BooleanField">
|
||||
|
|
@ -23,13 +16,9 @@
|
|||
<Required>Y</Required>
|
||||
</enabled>
|
||||
<networkId type="TextField">
|
||||
<Default></Default>
|
||||
<Required>Y</Required>
|
||||
</networkId>
|
||||
<description type="TextField">
|
||||
<Default></Default>
|
||||
<Required>N</Required>
|
||||
</description>
|
||||
<description type="TextField"/>
|
||||
</network>
|
||||
</networks>
|
||||
</items>
|
||||
|
|
|
|||
Loading…
Reference in a new issue