mirror of
https://github.com/kiddin9/op-packages.git
synced 2026-09-13 20:04:45 +08:00
21 lines
284 B
JSON
21 lines
284 B
JSON
{
|
|
"admin/services/frp": {
|
|
"order": 80,
|
|
"title": "frp",
|
|
"action": {
|
|
"type": "firstchild"
|
|
}
|
|
},
|
|
"admin/services/frp/server": {
|
|
"order": 10,
|
|
"title": "Server",
|
|
"action": {
|
|
"type": "view",
|
|
"path": "frps"
|
|
},
|
|
"depends": {
|
|
"acl": [ "luci-app-frps" ]
|
|
}
|
|
}
|
|
}
|