rename to c.dat

This commit is contained in:
Tsanie Lily 2023-04-01 10:28:45 +08:00
parent b045ac446c
commit b79278d68a
2 changed files with 3 additions and 2 deletions

1
.gitignore vendored
View File

@ -6,6 +6,7 @@
# Generated dat file.
dlc.dat
geosite.dat
c.dat
# Exported plaintext lists.
/*.txt

View File

@ -1,6 +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
%USERPROFILE%\AppData\Roaming\Tsanie\Path\domain-list-community.exe --outputname=c.dat
scp -P 22034 c.dat root@router.tsanie.org:/usr/bin/c.dat
echo "/root/restart" | ssh -p 22034 root@router.tsanie.org
pause