We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d78ae8f commit 28887b2Copy full SHA for 28887b2
.github/workflows/main.yml
@@ -64,10 +64,11 @@ jobs:
64
- name: Compile AI GPT list
65
run: hostlist-compiler -c ./source/ai-gpt.json -o ai-gpt.txt
66
67
- - name: Update Restrict ByPass and No-Social-Media User_Child Lists
+ - name: Update ctag user_child Lists
68
run: |
69
cat restrict-bypass.txt | sed "s/\^$/\^\$ctag=user_child/g" > restrict-bypass-user_child.txt
70
cat no-social-media.txt | sed "s/\^$/\^\$ctag=user_child/g" > no-social-media-user_child.txt
71
+ cat porn.txt | sed "s/\^$/\^\$ctag=user_child/g" > porn-user_child.txt
72
73
- name: Clean Previous Stats
74
run: rm -f ./stats/list-entries-stats.txt
0 commit comments