Bump version to v1.5 and start work on adding 4.19 kernel suppot
[librecmc/librecmc.git] / package / network / config / adblock / files / adblock.conf
1 # adblock configuration, for further information
2 # see 'https://github.com/openwrt/packages/blob/master/net/adblock/files/README.md'
3
4 config adblock 'global'
5         option adb_enabled '0'
6         option adb_dns 'dnsmasq'
7         option adb_trigger 'wan'
8
9 config adblock 'extra'
10         option adb_debug '0'
11         option adb_forcesrt '0'
12         option adb_forcedns '0'
13         option adb_backup '0'
14
15 config source 'adaway'
16         option enabled '1'
17         option adb_src 'https://adaway.org/hosts.txt'
18         option adb_src_rset '\$0~/^127\.0\.0\.1[[:space:]]+([[:alnum:]_-]+\.){1,}[[:alpha:]]+([[:space:]]|$)/{print tolower(\$2)}'
19         option adb_src_desc 'focus on mobile ads, infrequent updates, approx. 400 entries'
20
21 config source 'adguard'
22         option enabled '0'
23         option adb_src 'https://filters.adtidy.org/windows/filters/15.txt'
24         option adb_src_rset 'BEGIN{FS=\"[/|^|\r]\"}\$0~/^\|\|([[:alnum:]_-]+\.){1,}[[:alpha:]]+([\/\^\r]|$)/{print tolower(\$3)}'
25         option adb_src_desc 'combined adguard dns filter list, frequent updates, approx. 15.700 entries'
26
27 config source 'bitcoin'
28         option enabled '0'
29         option adb_src 'https://raw.githubusercontent.com/hoshsadiq/adblock-nocoin-list/master/hosts.txt'
30         option adb_src_rset '\$0~/^0\.0\.0\.0[[:space:]]+([[:alnum:]_-]+\.){1,}[[:alpha:]]+([[:space:]]|$)/{print tolower(\$2)}'
31         option adb_src_desc 'focus on malicious bitcoin mining sites, infrequent updates, approx. 20 entries'
32
33 config source 'blacklist'
34         option enabled '0'
35         option adb_src '/etc/adblock/adblock.blacklist'
36         option adb_src_rset '\$0~/^([[:alnum:]_-]+\.){1,}[[:alpha:]]+([[:space:]]|$)/{print tolower(\$1)}'
37         option adb_src_desc 'static local domain blacklist, always deny these domains'
38
39 config source 'disconnect'
40         option enabled '1'
41         option adb_src 'https://s3.amazonaws.com/lists.disconnect.me/simple_malvertising.txt'
42         option adb_src_rset '\$0~/^([[:alnum:]_-]+\.){1,}[[:alpha:]]+([[:space:]]|$)/{print tolower(\$1)}'
43         option adb_src_desc 'mozilla driven blocklist, numerous updates on the same day, approx. 4.600 entries'
44
45 config source 'dshield'
46         option enabled '0'
47         option adb_src 'https://www.dshield.org/feeds/suspiciousdomains_Low.txt'
48         option adb_src_rset '\$0~/^([[:alnum:]_-]+\.){1,}[[:alpha:]]+([[:space:]]|$)/{print tolower(\$1)}'
49         option adb_src_desc 'generic blocklist, daily updates, approx. 3.500 entries'
50
51 config source 'feodo'
52         option enabled '0'
53         option adb_src 'https://feodotracker.abuse.ch/blocklist/?download=domainblocklist'
54         option adb_src_rset '\$0~/^([[:alnum:]_-]+\.){1,}[[:alpha:]]+([[:space:]]|$)/{print tolower(\$1)}'
55         option adb_src_desc 'focus on feodo botnet, daily updates, approx. 0-10 entries'
56
57 config source 'hphosts'
58         option enabled '0'
59         option adb_src 'https://hosts-file.net/ad_servers.txt'
60         option adb_src_rset '\$0~/^127\.0\.0\.1[[:space:]]+([[:alnum:]_-]+\.){1,}[[:alpha:]]+([[:space:]]|$)/{print tolower(\$2)}'
61         option adb_src_desc 'broad blocklist, monthly updates, approx. 19.200 entries'
62
63 config source 'malware'
64         option enabled '0'
65         option adb_src 'https://mirror.cedia.org.ec/malwaredomains/justdomains'
66         option adb_src_rset '\$0~/^([[:alnum:]_-]+\.){1,}[[:alpha:]]+([[:space:]]|$)/{print tolower(\$1)}'
67         option adb_src_desc 'broad blocklist, daily updates, approx. 18.300 entries'
68
69 config source 'malwarelist'
70         option enabled '0'
71         option adb_src 'http://www.malwaredomainlist.com/hostslist/hosts.txt'
72         option adb_src_rset '\$0~/^127\.0\.0\.1[[:space:]]+([[:alnum:]_-]+\.){1,}[[:alpha:]]+([[:space:]]|$)/{print tolower(\$2)}'
73         option adb_src_desc 'focus on malware, daily updates, approx. 1.200 entries'
74
75 config source 'openphish'
76         option enabled '0'
77         option adb_src 'https://openphish.com/feed.txt'
78         option adb_src_rset 'BEGIN{FS=\"/\"}\$0~/^http[s]?:\/\/([[:alnum:]_-]+\.){1,}[[:alpha:]]+(\/|$)/{print tolower(\$3)}'
79         option adb_src_desc 'focus on phishing, numerous updates on the same day, approx. 2.400 entries'
80
81 config source 'ransomware'
82         option enabled '0'
83         option adb_src 'https://ransomwaretracker.abuse.ch/downloads/RW_DOMBL.txt'
84         option adb_src_rset '\$0~/^([[:alnum:]_-]+\.){1,}[[:alpha:]]+([[:space:]]|\r|$)/{print tolower(\$1)}'
85         option adb_src_desc 'focus on ransomware, numerous updates on the same day, approx. 1900 entries'
86
87 config source 'reg_cn'
88         option enabled '0'
89         option adb_src 'https://easylist-downloads.adblockplus.org/easylistchina+easylist.txt'
90         option adb_src_rset 'BEGIN{FS=\"[|^]\"}\$0~/^\|\|([[:alnum:]_-]+\.){1,}[[:alpha:]]+\^("\\\$third-party")?$/{print tolower(\$3)}'
91         option adb_src_desc 'focus on chinese ads plus generic easylist additions, daily updates, approx. 11.700 entries'
92
93 config source 'reg_de'
94         option enabled '0'
95         option adb_src 'https://easylist-downloads.adblockplus.org/easylistgermany+easylist.txt'
96         option adb_src_rset 'BEGIN{FS=\"[|^]\"}\$0~/^\|\|([[:alnum:]_-]+\.){1,}[[:alpha:]]+\^("\\\$third-party")?$/{print tolower(\$3)}'
97         option adb_src_desc 'focus on german ads plus generic easylist additions, daily updates, approx. 9.200 entries'
98
99 config source 'reg_id'
100         option enabled '0'
101         option adb_src 'https://easylist-downloads.adblockplus.org/abpindo+easylist.txt'
102         option adb_src_rset 'BEGIN{FS=\"[|^]\"}\$0~/^\|\|([[:alnum:]_-]+\.){1,}[[:alpha:]]+\^("\\\$third-party")?$/{print tolower(\$3)}'
103         option adb_src_desc 'focus on indonesian ads plus generic easylist additions, weekly updates, approx. 9.600 entries'
104
105 config source 'reg_nl'
106         option enabled '0'
107         option adb_src 'https://easylist-downloads.adblockplus.org/easylistdutch+easylist.txt'
108         option adb_src_rset 'BEGIN{FS=\"[|^]\"}\$0~/^\|\|([[:alnum:]_-]+\.){1,}[[:alpha:]]+\^("\\\$third-party")?$/{print tolower(\$3)}'
109         option adb_src_desc 'focus on dutch ads plus generic easylist additions, weekly updates, approx. 9.400 entries'
110
111 config source 'reg_pl'
112         option enabled '0'
113         option adb_src 'http://adblocklist.org/adblock-pxf-polish.txt'
114         option adb_src_rset 'BEGIN{FS=\"[|^]\"}\$0~/^\|\|([[:alnum:]_-]+\.){1,}[[:alpha:]]+\^("\\\$third-party")?$/{print tolower(\$3)}'
115         option adb_src_desc 'focus on polish ads, daily updates, approx. 90 entries'
116
117 config source 'reg_ro'
118         option enabled '0'
119         option adb_src 'https://easylist-downloads.adblockplus.org/rolist+easylist.txt'
120         option adb_src_rset 'BEGIN{FS=\"[|^]\"}\$0~/^\|\|([[:alnum:]_-]+\.){1,}[[:alpha:]]+\^("\\\$third-party")?$/{print tolower(\$3)}'
121         option adb_src_desc 'focus on romanian ads plus generic easylist additions, weekly updates, approx. 9.400 entries'
122
123 config source 'reg_ru'
124         option enabled '0'
125         option adb_src 'https://easylist-downloads.adblockplus.org/ruadlist+easylist.txt'
126         option adb_src_rset 'BEGIN{FS=\"[|^]\"}\$0~/^\|\|([[:alnum:]_-]+\.){1,}[[:alpha:]]+\^("\\\$third-party")?$/{print tolower(\$3)}'
127         option adb_src_desc 'focus on russian ads plus generic easylist additions, weekly updates, approx. 14.500 entries'
128
129 config source 'securemecca'
130         option enabled '0'
131         option adb_src 'http://securemecca.com/Downloads/hosts.txt'
132         option adb_src_rset '\$0~/^127\.0\.0\.1[[:space:]]+([[:alnum:]_-]+\.){1,}[[:alpha:]]+([[:space:]]|$)/{print tolower(\$2)}'
133         option adb_src_desc 'broad blocklist, infrequent updates, approx. 13.700 entries'
134
135 config source 'shalla'
136         option enabled '0'
137         option adb_src 'http://www.shallalist.de/Downloads/shallalist.tar.gz'
138         option adb_src_rset '\$0~/^([[:alnum:]_-]+\.){1,}[[:alpha:]]+([[:space:]]|$)/{print tolower(\$1)}'
139         option adb_src_desc 'broad blocklist subdivided in different categories, daily updates, approx. 31.700 entries'
140         list adb_src_cat 'adv'
141         list adb_src_cat 'costtraps'
142         list adb_src_cat 'spyware'
143         list adb_src_cat 'tracker'
144         list adb_src_cat 'warez'
145
146 config source 'spam404'
147         option enabled '0'
148         option adb_src 'https://raw.githubusercontent.com/Dawsey21/Lists/master/main-blacklist.txt'
149         option adb_src_rset '\$0~/^([[:alnum:]_-]+\.){1,}[[:alpha:]]+([[:space:]]|$)/{print tolower(\$1)}'
150         option adb_src_desc 'generic blocklist, infrequent updates, approx. 6.000 entries'
151
152 config source 'sysctl' 
153         option enabled '0'
154         option adb_src 'http://sysctl.org/cameleon/hosts'
155         option adb_src_rset '\$0~/^127\.0\.0\.1[[:space:]]+([[:alnum:]_-]+\.){1,}[[:alpha:]]+([[:space:]]|$)/{print tolower(\$2)}'
156         option adb_src_desc 'broad blocklist, weekly updates, approx. 16.500 entries'
157
158 config source 'whocares'
159         option enabled '0'
160         option adb_src 'http://someonewhocares.org/hosts/hosts'
161         option adb_src_rset '\$0~/^127\.0\.0\.1[[:space:]]+([[:alnum:]_-]+\.){1,}[[:alpha:]]+([[:space:]]|$)/{print tolower(\$2)}'
162         option adb_src_desc 'broad blocklist, weekly updates, approx. 10.000 entries'
163
164 config source 'winspy'
165         option enabled '0'
166         option adb_src 'https://raw.githubusercontent.com/crazy-max/WindowsSpyBlocker/master/data/hosts/win10/spy.txt'
167         option adb_src_rset '\$0~/^0\.0\.0\.0[[:space:]]+([[:alnum:]_-]+\.){1,}[[:alpha:]]+([[:space:]]|$)/{print tolower(\$2)}'
168         option adb_src_desc 'focus on windows spy & telemetry domains, infrequent updates, approx. 300 entries'
169
170 config source 'winhelp'
171         option enabled '0'
172         option adb_src 'http://winhelp2002.mvps.org/hosts.txt'
173         option adb_src_rset '\$0~/^0\.0\.0\.0[[:space:]]+([[:alnum:]_-]+\.){1,}[[:alpha:]]+([[:space:]]|$)/{print tolower(\$2)}'
174         option adb_src_desc 'broad blocklist, infrequent updates, approx. 13.000 entries'
175
176 config source 'yoyo'
177         option enabled '1'
178         option adb_src 'https://pgl.yoyo.org/adservers/serverlist.php?hostformat=nohtml&showintro=0&mimetype=plaintext'
179         option adb_src_rset '\$0~/^([[:alnum:]_-]+\.){1,}[[:alpha:]]+([[:space:]]|$)/{print tolower(\$1)}'
180         option adb_src_desc 'focus on ad related domains, weekly updates, approx. 2.400 entries'
181
182 config source 'zeus'
183         option enabled '0'
184         option adb_src 'https://zeustracker.abuse.ch/blocklist.php?download=domainblocklist'
185         option adb_src_rset '\$0~/^([[:alnum:]_-]+\.){1,}[[:alpha:]]+([[:space:]]|$)/{print tolower(\$1)}'
186         option adb_src_desc 'focus on zeus botnet, daily updates, approx. 400 entries'