mirror of
https://github.com/caiwx86/small-packages.git
synced 2026-07-28 17:32:00 +08:00
16 lines
246 B
JSON
16 lines
246 B
JSON
{
|
|
"luci-app-dnsproxy": {
|
|
"description": "Grant access to LuCI app dnsproxy",
|
|
"read": {
|
|
"ubus": {
|
|
"luci-rpc": [ "getHostHints" ],
|
|
"service": [ "list" ]
|
|
},
|
|
"uci": ["dnsproxy"]
|
|
},
|
|
"write": {
|
|
"uci": ["dnsproxy"]
|
|
}
|
|
}
|
|
}
|