0
0
mirror of https://github.com/openwrt/luci.git synced 2025-02-12 06:58:12 +00:00
BERENYI Balazs ec5ce985fe luci-app-softether: add basic softether status page
Signed-off-by: BERENYI Balazs <balazs@wee.hu>
2021-01-11 20:03:34 +00:00

13 lines
269 B
JSON

{
"luci-app-softether": {
"description": "Grant access to softether management",
"read": {
"cgi-io": [ "exec" ],
"file": {
"/usr/libexec/vpncmd-call account-list": [ "exec" ],
"/usr/libexec/vpncmd-call account-status-get *": [ "exec" ]
}
}
}
}