Skip to content

Commit

Permalink
[changes] Added zerotier client to the schema
Browse files Browse the repository at this point in the history
  • Loading branch information
Aryamanz29 committed Jun 8, 2023
1 parent 5673bc4 commit 5961be2
Show file tree
Hide file tree
Showing 4 changed files with 256 additions and 182 deletions.
16 changes: 14 additions & 2 deletions netjsonconfig/backends/openwrt/schema.py
Expand Up @@ -962,7 +962,7 @@
schema,
{
"definitions": {
"tunnel": {
"zerotier_server": {
"properties": {
"disabled": {
"title": "disabled",
Expand All @@ -973,7 +973,19 @@
"propertyOrder": 1,
}
}
}
},
"zerotier_client": {
"properties": {
"disabled": {
"title": "disabled",
"description": "disable this VPN without deleting its configuration",
"type": "boolean",
"default": False,
"format": "checkbox",
"propertyOrder": 1,
}
}
},
}
},
)

0 comments on commit 5961be2

Please sign in to comment.