24 lines
No EOL
341 B
JSON
24 lines
No EOL
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"
|
|
]
|
|
}
|
|
}
|
|
}
|
|
} |