-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrules.json
More file actions
43 lines (43 loc) · 1.3 KB
/
Copy pathrules.json
File metadata and controls
43 lines (43 loc) · 1.3 KB
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
{
"name": "My custom rules",
"description": "Deduplicated and compressed custom rules",
"homepage": "https://github.com/showgood163/AdguardHome-Rules",
"license": "https://github.com/showgood163/AdguardHome-Rules/blob/main/LICENSE",
"sources": [
{
"name": "CJX's Annoyance List",
"source": "https://raw.githubusercontent.com/cjx82630/cjxlist/master/cjx-annoyance.txt",
"type": "adblock"
},
{
"name": "Cats Team AdRules DNS List",
"source": "https://raw.githubusercontent.com/Cats-Team/AdRules/main/dns.txt",
"type": "adblock"
},
{
"name": "AdGuard DNS filter",
"source": "https://raw.githubusercontent.com/AdguardTeam/AdGuardSDNSFilter/gh-pages/Filters/rules.txt",
"type": "adblock"
},
{
"name": "My own DNS Blocklist",
"source": "https://raw.githubusercontent.com/showgood163/AdguardHome-Rules/main/exclusions.txt",
"type": "adblock"
},
{
"name": "CN Malware Delivery",
"source": "https://raw.githubusercontent.com/showgood163/AdguardHome-Rules/main/malware-delivery.txt",
"type": "adblock"
}
],
"transformations": [
"RemoveComments",
"RemoveEmptyLines",
"TrimLines",
"ConvertToAscii",
"Validate",
"Deduplicate",
"Compress",
"InsertFinalNewLine"
]
}