luci: support DNS forwarding and block

This commit is contained in:
Nick Peng
2022-12-12 23:17:01 +08:00
committed by Nick Peng
parent 3a1ba73386
commit 15427ffdf1
8 changed files with 582 additions and 50 deletions

View File

@@ -13,7 +13,8 @@
"write": {
"file": {
"/etc/smartdns/*": [ "write" ],
"/etc/init.d/smartdns restart": [ "exec" ]
"/etc/init.d/smartdns restart": [ "exec" ],
"/etc/init.d/smartdns updatefiles": [ "exec" ]
},
"uci": [ "smartdns" ]
}