diff --git a/luci-app-mosdns/root/etc/init.d/mosdns b/luci-app-mosdns/root/etc/init.d/mosdns index 6dacb9dcc..c5995dc27 100755 --- a/luci-app-mosdns/root/etc/init.d/mosdns +++ b/luci-app-mosdns/root/etc/init.d/mosdns @@ -114,7 +114,7 @@ start_service() { stop_service() { - killall -q mosdns + ps -w | grep -v "grep" | grep "/usr/bin/mosdns" | awk '{print $1}' | xargs kill -9 echo "MosDNS turn off" echo "enabled="$enabled"" diff --git a/luci-app-mosdns/root/etc/mosdns/geoip.dat b/luci-app-mosdns/root/etc/mosdns/geoip.dat index fbd7131cd..646852fae 100644 Binary files a/luci-app-mosdns/root/etc/mosdns/geoip.dat and b/luci-app-mosdns/root/etc/mosdns/geoip.dat differ diff --git a/mosdns/Makefile b/mosdns/Makefile index d88fffe5e..5551d47ac 100644 --- a/mosdns/Makefile +++ b/mosdns/Makefile @@ -5,7 +5,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=mosdns -PKG_VERSION:=0ec6593 +PKG_VERSION:=ea5acba PKG_RELEASE:=$(AUTORELEASE) PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz