luci-app-smartdns: bump to 1.2023.42

Signed-off-by: Nick Peng <pymumu@gmail.com>
This commit is contained in:
Nick Peng 2023-05-06 21:55:22 +08:00 committed by Hannu Nyman
parent 451e63d9ba
commit 5babd5a5b4
9 changed files with 4101 additions and 881 deletions

View file

@ -6,8 +6,8 @@ include $(TOPDIR)/rules.mk
PKG_LICENSE:=GPL-3.0-or-later PKG_LICENSE:=GPL-3.0-or-later
PKG_MAINTAINER:=Nick Peng <pymumu@gmail.com> PKG_MAINTAINER:=Nick Peng <pymumu@gmail.com>
PKG_VERSION:=1.2022.38 PKG_VERSION:=1.2023.42
PKG_RELEASE:=2 PKG_RELEASE:=1
LUCI_TITLE:=LuCI for smartdns LUCI_TITLE:=LuCI for smartdns
LUCI_DESCRIPTION:=Provides Luci for smartdns LUCI_DESCRIPTION:=Provides Luci for smartdns

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

View file

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