geoip-geosite-with-ru-block.../data/geoip-generator-config.json
Neur0toxine 1f189a1f62
Some checks reported errors
continuous-integration/drone/push Build encountered an error
initial
2023-11-11 19:49:22 +03:00

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"
}
]
}