15 lines
210 B
JSON
15 lines
210 B
JSON
![]() |
{
|
||
|
"luci-app-dnsproxy": {
|
||
|
"description": "Grant access to LuCI app dnsproxy",
|
||
|
"read": {
|
||
|
"ubus": {
|
||
|
"service": [ "list" ]
|
||
|
},
|
||
|
"uci": ["dnsproxy"]
|
||
|
},
|
||
|
"write": {
|
||
|
"uci": ["dnsproxy"]
|
||
|
}
|
||
|
}
|
||
|
}
|