update 2026-05-10 09:48:30

This commit is contained in:
action
2026-05-10 09:48:30 +08:00
parent 95ac96413e
commit 0b362674f1
6244 changed files with 2992248 additions and 0 deletions
@@ -0,0 +1,12 @@
{
"admin/services/dnsproxy": {
"title": "DNS Proxy",
"action": {
"type": "view",
"path": "dnsproxy"
},
"depends": {
"acl": [ "luci-app-dnsproxy" ]
}
}
}
@@ -0,0 +1,15 @@
{
"luci-app-dnsproxy": {
"description": "Grant access to LuCI app dnsproxy",
"read": {
"ubus": {
"luci-rpc": [ "getHostHints" ],
"service": [ "list" ]
},
"uci": ["dnsproxy"]
},
"write": {
"uci": ["dnsproxy"]
}
}
}