From 06377ff496065e60c52b0d073373e1667837c898 Mon Sep 17 00:00:00 2001 From: UjuiUjuMandan <125150101+UjuiUjuMandan@users.noreply.github.com> Date: Mon, 24 Mar 2025 08:38:47 +0000 Subject: [PATCH] add apollyon --- .github/workflows/sendGFWList.yml | 3 +++ .gitmodules | 3 +++ apollyon | 1 + 3 files changed, 7 insertions(+) create mode 100644 .gitmodules create mode 160000 apollyon diff --git a/.github/workflows/sendGFWList.yml b/.github/workflows/sendGFWList.yml index e1ba6cd..272f700 100644 --- a/.github/workflows/sendGFWList.yml +++ b/.github/workflows/sendGFWList.yml @@ -12,6 +12,8 @@ jobs: steps: - name: Checkout repository uses: actions/checkout@v3 + with: + fetch-depth: '0' - name: Install dependencies run: | @@ -37,6 +39,7 @@ jobs: - name: update date and checksum run: | + cp apollyon/* ./ perl addChecksum.pl list.txt || { echo "Error: Failed to update checksum"; exit 1; } if [ "$(file -b list.txt)" != "ASCII text" ]; then echo "Error: list.txt invalid, please make sure:" diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..9aebe2f --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "apollyon"] + path = apollyon + url = https://github.com/gfwlist/apollyon diff --git a/apollyon b/apollyon new file mode 160000 index 0000000..caf685e --- /dev/null +++ b/apollyon @@ -0,0 +1 @@ +Subproject commit caf685e7eda2a54d85ae2b18c50aecff8b04f3b1