10 lines
354 B
Batchfile
10 lines
354 B
Batchfile
@echo off
|
|
|
|
%AppData%\Profile\Path\domain-list-community.exe --outputname=c.dat
|
|
rem --exportlists=category-ads-all,tld-cn,cn,tld-!cn,geolocation-!cn,apple,icloud
|
|
rem copy c.dat %USERPROFILE%\AppData\Roaming\Tsanie\Programs\v2rayN\bin\
|
|
scp c.dat router.tsanie.org:/usr/share/xray/c.dat
|
|
echo "/root/restart" | ssh router.tsanie.org
|
|
pause
|
|
ipconfig /flushdns
|