Browse Source

Make respawn for stable release

Nick Peng 6 năm trước cách đây
mục cha
commit
c228f21cb9
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      package/openwrt/files/etc/init.d/smartdns

+ 1 - 1
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()
 {