Skip to content

Commit c329e0c

Browse files
authored
add List-KR ad servers (#1684)
* add List-KR ad servers * update readme
1 parent c0cd20a commit c329e0c

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed

README.md

+4
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,10 @@ The output is written to `Filters/filter.txt`.
101101

102102
* [hostsVN Threat](https://raw.githubusercontent.com/bigdargon/hostsVN/master/extensions/threat/filter.txt)
103103

104+
* [List-KR filter](https://raw.githubusercontent.com/List-KR/List-KR/master/filters-share/1st_domains.txt)
105+
106+
* [List-KR filter - third-party servers](https://raw.githubusercontent.com/List-KR/List-KR/master/filters-share/3rd_domains.txt)
107+
104108
### Tracking servers
105109

106110
#### These filter lists block domains that are used for tracking and analytics

configuration.json

+14
Original file line numberDiff line numberDiff line change
@@ -341,6 +341,20 @@
341341
"exclusions_sources": ["Filters/exclusions.txt"],
342342
"transformations": ["RemoveModifiers", "Validate"]
343343
},
344+
{
345+
"name": "List-KR filter ad servers",
346+
"source": "https://raw.githubusercontent.com/List-KR/List-KR/master/filters-share/1st_domains.txt",
347+
"type": "adblock",
348+
"exclusions_sources": ["Filters/exclusions.txt"],
349+
"transformations": ["RemoveModifiers", "Validate"]
350+
},
351+
{
352+
"name": "List-KR filter third-party ad servers",
353+
"source": "https://raw.githubusercontent.com/List-KR/List-KR/master/filters-share/3rd_domains.txt",
354+
"type": "adblock",
355+
"exclusions_sources": ["Filters/exclusions.txt"],
356+
"transformations": ["RemoveModifiers", "Validate"]
357+
},
344358
{
345359
"name": "Additional rules",
346360
"source": "Filters/rules.txt",

0 commit comments

Comments
 (0)