Skip to content

Commit

Permalink
update-09.14
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Sep 14, 2021
1 parent efcaf60 commit 9e48152
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions luci-app-dnsfilter/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=luci-app-dnsfilter
PKG_VERSION:=1.0
PKG_RELEASE:=10
PKG_LICENSE:=GPLv2

PKG_MAINTAINER:=small_5 GaryPang
PKG_LICENSE:=GPLv2
PKG_MAINTAINER:=small_5 kiddin9

LUCI_TITLE:=LuCI support for DNSFilter
LUCI_PKGARCH:=all
Expand Down
3 changes: 2 additions & 1 deletion luci-app-dnsfilter/root/etc/uci-defaults/luci-dnsfilter
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ uci -q batch <<-EOF >/dev/null
set firewall.dnsfilter.reload=1
commit firewall
EOF

chmod 755 /etc/init.d/dnsfilter /usr/share/dnsfilter/* >/dev/null 2>&1
rm -rf /tmp/luci-modulecache /tmp/luci-indexcache*
rm -rf /tmp/luci-*
exit 0

0 comments on commit 9e48152

Please sign in to comment.