add custom

This commit is contained in:
2023-03-31 11:41:15 +08:00
parent efe64a5c6e
commit b045ac446c
8 changed files with 219 additions and 0 deletions

6
make.cmd Normal file
View File

@ -0,0 +1,6 @@
@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