add apollyon

This commit is contained in:
UjuiUjuMandan 2025-03-24 08:38:47 +00:00
parent 935666a575
commit 06377ff496
3 changed files with 7 additions and 0 deletions

View File

@ -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:"

3
.gitmodules vendored Normal file
View File

@ -0,0 +1,3 @@
[submodule "apollyon"]
path = apollyon
url = https://github.com/gfwlist/apollyon

1
apollyon Submodule

@ -0,0 +1 @@
Subproject commit caf685e7eda2a54d85ae2b18c50aecff8b04f3b1