update-02.04

This commit is contained in:
github-actions[bot] 2022-02-04 09:02:21 +08:00
parent 923b15d703
commit fd104c109e
3 changed files with 2 additions and 2 deletions

View File

@ -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""

View File

@ -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