This commit is contained in:
Rastinition 2022-03-27 06:39:40 +08:00 committed by GitHub
commit 3a5ee06730
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 17 additions and 1 deletions

14
.gilab-ci.yml Normal file
View File

@ -0,0 +1,14 @@
image: debian:latest
pages:
stage: deploy
script:
- cat gfwlist.txt | base64 -d > gfwlist_decoded.txt
- mkdir .public
- cp -r * .public
- mv .public public
artifacts:
expire_in: 1 day
paths:
- public
only:
- master

View File

@ -56,10 +56,12 @@ GFWList URL(Github): https://raw.githubusercontent.com/gfwlist/gfwlist/master/gf
3. Bitbucket: https://bitbucket.org/gfwlist/gfwlist/raw/HEAD/gfwlist.txt
4. Gitlab: https://gitlab.com/gfwlist/gfwlist/raw/master/gfwlist.txt
4. GitLab: https://gitlab.com/gfwlist/gfwlist/raw/master/gfwlist.txt
5. TuxFamily: https://git.tuxfamily.org/gfwlist/gfwlist.git/plain/gfwlist.txt
6. GitLab (plaintext version): https://gfwlist.gitlab.io/gfwlist/gfwlist_decoded.txt
**Mirrors can alleviate the problem caused by raw file fetch at GitHub which might be a breach of [GitHub ToS](https://github.com/site/terms).**
## Stargazers over time