mirror of
https://github.com/kiddin9/op-packages.git
synced 2026-07-28 03:01:54 +08:00
23 lines
355 B
JSON
23 lines
355 B
JSON
{
|
|
"admin/services/3proxy": {
|
|
"title": "3proxy",
|
|
"action": {
|
|
"type": "alias",
|
|
"path": "admin/services/3proxy/config"
|
|
},
|
|
"depends": {
|
|
"acl": [ "luci-app-3proxy" ],
|
|
"uci": { "3proxy": true }
|
|
}
|
|
},
|
|
"admin/services/3proxy/config": {
|
|
"title": "Config",
|
|
"order": 41,
|
|
"action": {
|
|
"type": "view",
|
|
"path": "proxy/3proxy"
|
|
}
|
|
}
|
|
}
|
|
|