-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathconfig.json
38 lines (38 loc) · 829 Bytes
/
config.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
{
"input": [
{
"type": "text",
"action": "add",
"args": {
"name": "ru-block",
"uri": "./ip-block-list.txt"
}
},
{
"type": "private",
"action": "add"
}
],
"output": [
{
"type": "v2rayGeoIPDat",
"action": "output",
"args": {
"outputName": "geoip.dat",
"wantedList": ["ru-block"]
}
},
{
"type": "maxmindMMDB",
"action": "output",
"args": {
"outputName": "Country.mmdb",
"overwriteList": ["ru-block"]
}
},
{
"type": "text",
"action": "output"
}
]
}