Skip to content

Commit e067004

Browse files
authored
Merge pull request #28 from SystemJargon/dev
clean up
2 parents 0bb50a5 + 4a579fb commit e067004

File tree

2 files changed

+11
-15
lines changed

2 files changed

+11
-15
lines changed

.github/workflows/main.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,6 @@ jobs:
4848

4949
- name: Compile Firebog Ticklist
5050
run: hostlist-compiler -c ./source/firebog-ticklist.json -o firebog-ticklist.txt
51-
52-
# - name: Compile Allow list
53-
# run: hostlist-compiler -c ./source/allowlist.json -o allowlist.txt
5451

5552
- name: Compile Restrict-ByPass list
5653
run: hostlist-compiler -c ./source/restrict-bypass.json -o restrict-bypass.txt
@@ -68,7 +65,6 @@ jobs:
6865
run: |
6966
cat restrict-bypass.txt | sed "s/\^$/\^\$ctag=user_child/g" > restrict-bypass-user_child.txt
7067
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
7268
7369
- name: Clean Previous Stats
7470
run: rm -f ./stats/list-entries-stats.txt

source/firebog-ticklist.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -92,57 +92,57 @@
9292
"type": "hosts"
9393
},
9494
{
95-
"name": "firebogtick20",
95+
"name": "firebogtick19",
9696
"source": "https://s3.amazonaws.com/lists.disconnect.me/simple_malvertising.txt",
9797
"type": "hosts"
9898
},
9999
{
100-
"name": "firebogtick21",
100+
"name": "firebogtick20",
101101
"source": "https://v.firebog.net/hosts/Prigent-Crypto.txt",
102102
"type": "hosts"
103103
},
104104
{
105-
"name": "firebogtick22",
105+
"name": "firebogtick21",
106106
"source": "https://raw.githubusercontent.com/FadeMind/hosts.extras/master/add.Risk/hosts",
107107
"type": "hosts"
108108
},
109109
{
110-
"name": "firebogtick23",
110+
"name": "firebogtick22",
111111
"source": "https://bitbucket.org/ethanr/dns-blacklists/raw/8575c9f96e5b4a1308f2f12394abd86d0927a4a0/bad_lists/Mandiant_APT1_Report_Appendix_D.txt",
112112
"type": "hosts"
113113
},
114114
{
115-
"name": "firebogtick24",
115+
"name": "firebogtick23",
116116
"source": "https://phishing.army/download/phishing_army_blocklist_extended.txt",
117117
"type": "hosts"
118118
},
119119
{
120-
"name": "firebogtick25",
120+
"name": "firebogtick24",
121121
"source": "https://gitlab.com/quidsup/notrack-blocklists/raw/master/notrack-malware.txt",
122122
"type": "hosts"
123123
},
124124
{
125-
"name": "firebogtick26",
125+
"name": "firebogtick25",
126126
"source": "https://v.firebog.net/hosts/RPiList-Malware.txt",
127127
"type": "hosts"
128128
},
129129
{
130-
"name": "firebogtick27",
130+
"name": "firebogtick26",
131131
"source": "https://v.firebog.net/hosts/RPiList-Phishing.txt",
132132
"type": "hosts"
133133
},
134134
{
135-
"name": "firebogtick28",
135+
"name": "firebogtick27",
136136
"source": "https://raw.githubusercontent.com/Spam404/lists/master/main-blacklist.txt",
137137
"type": "hosts"
138138
},
139139
{
140-
"name": "firebogtick29",
140+
"name": "firebogtick28",
141141
"source": "https://raw.githubusercontent.com/AssoEchap/stalkerware-indicators/master/generated/hosts",
142142
"type": "hosts"
143143
},
144144
{
145-
"name": "firebogtick30",
145+
"name": "firebogtick29",
146146
"source": "https://urlhaus.abuse.ch/downloads/hostfile/",
147147
"type": "hosts"
148148
}

0 commit comments

Comments
 (0)