From c228f21cb9fe21f58e0f2323f0ceca3113391ec9 Mon Sep 17 00:00:00 2001 From: Nick Peng Date: Mon, 7 Jan 2019 23:33:56 +0800 Subject: [PATCH] Make respawn for stable release --- package/openwrt/files/etc/init.d/smartdns | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/openwrt/files/etc/init.d/smartdns b/package/openwrt/files/etc/init.d/smartdns index 088cf25..fba1f47 100644 --- a/package/openwrt/files/etc/init.d/smartdns +++ b/package/openwrt/files/etc/init.d/smartdns @@ -17,7 +17,7 @@ BLACKLIST_IP_CONF="$SMARTDNS_CONF_DIR/blacklist-ip.conf" CUSTOM_CONF="$SMARTDNS_CONF_DIR/custom.conf" SMARTDNS_CONF_TMP="${SMARTDNS_CONF}.tmp" COREDUMP="0" -RESPAWN="0" +RESPAWN="1" set_forward_dnsmasq() {