From ce29ab148b32d3e5900310b5b9665ebc2c76e6ea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B2=89=E9=BB=98=E3=81=AE=E9=87=91?= <110812055+chenmozhijin@users.noreply.github.com> Date: Tue, 3 Oct 2023 13:16:41 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8Dsing-box.init=E8=84=9A?= =?UTF-8?q?=E6=9C=AC=E5=88=9B=E5=BB=BAiptables=E8=A7=84=E5=88=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- files/etc/uci-defaults/zzz-chenmozhijin | 2 ++ 1 file changed, 2 insertions(+) diff --git a/files/etc/uci-defaults/zzz-chenmozhijin b/files/etc/uci-defaults/zzz-chenmozhijin index 0af4a0bd..4c18ce0e 100755 --- a/files/etc/uci-defaults/zzz-chenmozhijin +++ b/files/etc/uci-defaults/zzz-chenmozhijin @@ -316,5 +316,7 @@ echo "0 2 * * * /usr/share/cmzj/openwrt-k_tool.sh update rules" >>/etc/crontabs/ ln -s /usr/share/cmzj/openwrt-k_tool.sh /bin/openwrt-k chmod +x /usr/share/cmzj/openwrt-k_tool.sh uci commit +/etc/init.d/sing-box stop +/etc/init.d/sing-box disable exit 0