28 lines
517 B
JSON
28 lines
517 B
JSON
{
|
|
"input": [
|
|
{
|
|
"type": "text",
|
|
"action": "add",
|
|
"args": {
|
|
"name": "refilter",
|
|
"uri": "https://raw.githubusercontent.com/1andrevich/Re-filter-lists/refs/heads/main/ipsum.lst",
|
|
"onlyIPType": "ipv4"
|
|
}
|
|
},
|
|
{
|
|
"type": "private",
|
|
"action": "add"
|
|
}
|
|
],
|
|
"output": [
|
|
{
|
|
"type": "v2rayGeoIPDat",
|
|
"action": "output",
|
|
"args": {
|
|
"outputName": "geoip.dat",
|
|
"wantedList": ["refilter", "private"]
|
|
}
|
|
}
|
|
]
|
|
}
|