0
0
mirror of https://github.com/openwrt/luci.git synced 2025-04-17 12:36:10 +00:00
Files
Stan Grishin 6df7b92a50 luci-app-https-dns-proxy: rewrite in javascript
Signed-off-by: Stan Grishin <stangri@melmac.ca>
2023-09-03 20:55:48 +00:00

31 lines
476 B
JSON

{
"luci-app-https-dns-proxy": {
"description": "Grant UCI and file access for luci-app-https-dns-proxy",
"read": {
"ubus": {
"luci.https-dns-proxy": [
"getInitList",
"getInitStatus",
"getPlatformSupport",
"getProviders",
"getRuntime"
]
},
"uci": [
"dhcp",
"https-dns-proxy"
]
},
"write": {
"uci": [
"https-dns-proxy"
],
"ubus": {
"luci.https-dns-proxy": [
"setInitAction"
]
}
}
}
}