Neur0toxine
1f189a1f62
Some checks reported errors
continuous-integration/drone/push Build encountered an error
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"
|
|
}
|
|
]
|
|
}
|
|
|