diff --git a/.gitignore b/.gitignore index 3ab49602..8a0b7e03 100644 --- a/.gitignore +++ b/.gitignore @@ -6,6 +6,7 @@ # Generated dat file. dlc.dat geosite.dat +c.dat # Exported plaintext lists. /*.txt diff --git a/make.cmd b/make.cmd index 6b9dae53..753b9bfd 100644 --- a/make.cmd +++ b/make.cmd @@ -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 \ No newline at end of file