Merge commit 'f0353c7f4a' as 'luci-app-smartdns'

This commit is contained in:
bgme 2025-05-10 00:16:44 +08:00
commit 70e2b0ef77
13 changed files with 8229 additions and 0 deletions

View file

@ -0,0 +1,21 @@
{
"admin/services/smartdns": {
"title": "SmartDNS",
"order": 60,
"action": {
"type": "view",
"path": "smartdns/smartdns"
},
"depends": {
"acl": [ "luci-app-smartdns" ],
"uci": { "smartdns": true }
}
},
"admin/services/smartdns/log": {
"action": {
"type": "view",
"path": "smartdns/log"
}
}
}