We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f36000d commit b068b7aCopy full SHA for b068b7a
config.json
@@ -238,6 +238,7 @@
238
"args": {
239
"outputDir": "./output",
240
"outputName": "Country.mmdb",
241
+ "sourceMMDBURI": "./output/GeoLite2-Country.mmdb",
242
"overwriteList": [
243
"cn",
244
"cloudflare",
@@ -259,6 +260,7 @@
259
260
261
262
"outputName": "Country-without-asn.mmdb",
263
264
"overwriteList": ["cn", "private"],
265
"excludedList": [
266
@@ -279,6 +281,7 @@
279
281
280
282
283
"outputName": "Country-only-cn-private.mmdb",
284
285
"wantedList": ["cn", "private"]
286
}
287
},
0 commit comments