7 lines
285 B
Batchfile
7 lines
285 B
Batchfile
@echo off
|
|
|
|
%USERPROFILE%\AppData\Roaming\Tsanie\Path\domain-list-community.exe --outputname=c.dat
|
|
copy c.dat %USERPROFILE%\AppData\Roaming\Tsanie\Progs\v2rayN\bin\
|
|
scp -P 22034 c.dat root@router.tsanie.org:/usr/bin/c.dat
|
|
echo "/root/restart" | ssh -p 22034 root@router.tsanie.org
|
|
pause |