0
0
mirror of https://github.com/openwrt/luci.git synced 2025-02-23 13:36:16 +00:00
Tianling Shen 80f67d3ea8 luci-app-v2raya: add new package
Add LuCI interface for the v2rayA package.

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2024-01-26 01:07:51 +01:00

18 lines
275 B
JSON

{
"luci-app-v2raya": {
"description": "Grant access to v2rayA configuration",
"read": {
"file": {
"/var/log/v2raya/v2raya.log": [ "read" ]
},
"ubus": {
"service": [ "list" ]
},
"uci": [ "v2raya" ]
},
"write": {
"uci": [ "v2raya" ]
}
}
}