2023-09-12 10:19:22 +08:00

7 lines
310 B
Batchfile

@echo off
%USERPROFILE%\AppData\Roaming\Tsanie\Path\domain-list-community.exe --outputname=c.dat
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
pause