-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfiguration.json
More file actions
23 lines (23 loc) 路 1.03 KB
/
Copy pathconfiguration.json
File metadata and controls
23 lines (23 loc) 路 1.03 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"name": "DeadEnd",
"description": "The enhanced and optimized DNS filter for AdGuard Home",
"homepage": "https://github.com/ammnt/DeadEnd",
"license": "https://github.com/ammnt/DeadEnd/blob/main/LICENSE",
"version": "2.3.3",
"sources": [
{
"name": "DeadEnd",
"source": "https://raw.githubusercontent.com/ammnt/DeadEnd/main/filter.txt",
"type": "adblock",
"transformations": ["Compress", "RemoveComments", "RemoveModifiers", "RemoveEmptyLines", "TrimLines", "Deduplicate", "InsertFinalNewLine", "ConvertToAscii"]
},
{
"name": "Internal inclusions list",
"source": "inclusions.txt",
"type": "adblock",
"transformations": ["Compress", "RemoveComments", "RemoveModifiers", "RemoveEmptyLines", "TrimLines", "Deduplicate", "InsertFinalNewLine", "ConvertToAscii"]
}
],
"transformations": ["RemoveComments", "RemoveModifiers", "RemoveEmptyLines", "TrimLines", "Deduplicate", "Compress", "Validate", "InsertFinalNewLine", "ConvertToAscii"],
"exclusions_sources": ["exclusions.txt"]
}