mirror of
https://github.com/Loyalsoldier/v2ray-rules-dat.git
synced 2024-11-10 15:05:38 +08:00
Add domains in reject.txt to temp-reject.txt file
This commit is contained in:
parent
b7d7ae8377
commit
067df98946
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
@ -88,10 +88,11 @@ jobs:
|
|||||||
curl -sSL $GEQ1AN_RULES_REJECT_URL | awk -F ',' '/^(HOST|DOMAIN)(,|\-SUFFIX,).+AdBlock/ {print $2}' >> temp-reject.txt
|
curl -sSL $GEQ1AN_RULES_REJECT_URL | awk -F ',' '/^(HOST|DOMAIN)(,|\-SUFFIX,).+AdBlock/ {print $2}' >> temp-reject.txt
|
||||||
curl -sSL $LHIE1_RULES_REJECT_URL | awk -F ',' '/^DOMAIN(,|\-SUFFIX,).+/ {print $2}' >> temp-reject.txt
|
curl -sSL $LHIE1_RULES_REJECT_URL | awk -F ',' '/^DOMAIN(,|\-SUFFIX,).+/ {print $2}' >> temp-reject.txt
|
||||||
|
|
||||||
- name: Add proxy and direct domains from "hidden" branch to appropriate temp files
|
- name: Add proxy, direct and reject domains from "hidden" branch to appropriate temp files
|
||||||
run: |
|
run: |
|
||||||
cat proxy.txt >> temp-proxy.txt
|
cat proxy.txt >> temp-proxy.txt
|
||||||
cat direct.txt >> temp-direct.txt
|
cat direct.txt >> temp-direct.txt
|
||||||
|
cat reject.txt >> temp-reject.txt
|
||||||
|
|
||||||
- name: Sort and generate redundant lists
|
- name: Sort and generate redundant lists
|
||||||
run: |
|
run: |
|
||||||
|
Loading…
Reference in New Issue
Block a user