geoip-geosite-with-ru-block.../data/geoip-generator-config.json

32 lines
521 B
JSON
Raw Permalink Normal View History

2023-11-11 19:49:22 +03:00
{
"input": [
{
"type": "v2rayGeoIPDat",
"action": "add",
"args": {
"uri": "./geoip-src.dat"
}
},
{
"type": "text",
"action": "add",
"args": {
"inputDir": "./data"
}
}
],
"output": [
{
"type": "v2rayGeoIPDat",
"action": "output",
"args": {
"outputName": "geoip.dat"
}
},
{
"type": "text",
"action": "output"
}
]
}