From b79278d68aedf20c3e37069de5580ab29a1f3440 Mon Sep 17 00:00:00 2001 From: Tsanie Lily <tsorgy@gmail.com> Date: Sat, 1 Apr 2023 10:28:45 +0800 Subject: [PATCH] rename to c.dat --- .gitignore | 1 + make.cmd | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) 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