From cada5f75cbb55e8b6181af9b109c686101389a71 Mon Sep 17 00:00:00 2001 From: Tsanie Lily Date: Tue, 12 Sep 2023 10:25:52 +0800 Subject: [PATCH] optimize restart script --- make.cmd | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/make.cmd b/make.cmd index 75293ebd..900fa308 100644 --- a/make.cmd +++ b/make.cmd @@ -1,7 +1,8 @@ @echo off %USERPROFILE%\AppData\Roaming\Tsanie\Path\domain-list-community.exe --outputname=c.dat +rem --exportlists=category-ads-all,tld-cn,cn,tld-!cn,geolocation-!cn,apple,icloud copy c.dat %USERPROFILE%\AppData\Roaming\Tsanie\Programs\v2rayN\bin\ scp -P 22034 c.dat root@router.tsanie.org:/usr/share/xray/c.dat -echo "/etc/init.d/xray_fw4 restart" | ssh -p 22034 root@router.tsanie.org +echo "/root/restart" | ssh -p 22034 root@router.tsanie.org pause \ No newline at end of file