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