Packages/luci-app-zerotier/root/usr/share/luci/menu.d/luci-app-zerotier.json
2025-02-05 00:26:16 +08:00

30 lines
491 B
JSON

{
"admin/vpn/zerotier": {
"title": "ZeroTier",
"order": 90,
"action": {
"type": "firstchild"
},
"depends": {
"acl": [ "luci-app-zerotier" ],
"uci": { "zerotier": true }
}
},
"admin/vpn/zerotier/base": {
"title": "Base settings",
"order": 10,
"action": {
"type": "view",
"path": "zerotier/base"
}
},
"admin/vpn/zerotier/interface": {
"title": "Interface info",
"order": 20,
"action": {
"type": "view",
"path": "zerotier/interface"
}
}
}