8 lines
377 B
Batchfile

@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 "/root/restart" | ssh -p 22034 root@router.tsanie.org
pause