2023-03-31 11:41:15 +08:00

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