-
Notifications
You must be signed in to change notification settings - Fork 3
/
lostad_dns.json
55 lines (55 loc) · 1.77 KB
/
lostad_dns.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
{
"name": "LostAd DNS",
"sources": [
{
"name": "Lost's Customs",
"source": "losts_customs.txt"
},
{
"source": "https://o0.pages.dev/Pro/adblock.txt"
},
{
"name": "WindowsSpyBlocker",
"source": "https://raw.githubusercontent.com/crazy-max/WindowsSpyBlocker/master/data/hosts/spy.txt"
},
{
"name": "AdGuard DNS Filter",
"source": "https://filters.adtidy.org/extension/chromium/filters/15.txt"
},
{
"name": "Adaway",
"source": "https://adaway.org/hosts.txt"
},
{
"name": "Peter Lowe's List",
"source": "https://pgl.yoyo.org/adservers/serverlist.php?hostformat=adblockplus&showintro=1&mimetype=plaintext"
},
{
"name": "Game Console Adblock List",
"source": "https://raw.githubusercontent.com/DandelionSprout/adfilt/master/GameConsoleAdblockList.txt"
},
{
"name": "Dan Pollock's List",
"source": "https://someonewhocares.org/hosts/zero/hosts"
},
{
"name": "Smart-TV Blocklist",
"source": "https://raw.githubusercontent.com/Perflyst/PiHoleBlocklist/master/SmartTV-AGH.txt"
},
{
"name": "Query Params",
"source": "https://raw.githubusercontent.com/AdguardTeam/FiltersRegistry/master/filters/filter_17_TrackParam/filter.txt"
},
{
"name": "d3Host",
"source": "https://raw.githubusercontent.com/d3ward/toolz/master/src/d3host.txt"
}
],
"transformations": [
"RemoveModifiers",
"Validate",
"Deduplicate",
"Compress",
"RemoveComments"
]
}