mirror of
https://github.com/caiwx86/small-packages.git
synced 2026-09-10 18:34:09 +08:00
update 2026-05-10 09:48:30
This commit is contained in:
@@ -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"]
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user