Stan Grishin 5db241b2b5 luci-app-vpnbypass: client-side rendering
Signed-off-by: Stan Grishin <stangri@melmac.net>
2021-03-25 05:26:22 +00:00

24 lines
341 B
JSON

{
"luci-app-vpnbypass": {
"description": "Grant UCI and file access for luci-app-vpnbypass",
"read": {
"ubus": {
"luci.vpnbypass": [
"getInitList",
"getInitStatus"
]
},
"uci": [
"vpnbypass",
"dnsmasq"
]
},
"write": {
"ubus": {
"luci.vpnbypass": [
"setInitAction"
]
}
}
}
}