32 lines
521 B
JSON
32 lines
521 B
JSON
|
{
|
||
|
"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"
|
||
|
}
|
||
|
]
|
||
|
}
|
||
|
|