Skip to content

Commit b068b7a

Browse files
committedNov 4, 2024··
Release: complement extra info for output MMDB files as the official ones
1 parent f36000d commit b068b7a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed
 

‎config.json

+3
Original file line numberDiff line numberDiff line change
@@ -238,6 +238,7 @@
238238
"args": {
239239
"outputDir": "./output",
240240
"outputName": "Country.mmdb",
241+
"sourceMMDBURI": "./output/GeoLite2-Country.mmdb",
241242
"overwriteList": [
242243
"cn",
243244
"cloudflare",
@@ -259,6 +260,7 @@
259260
"args": {
260261
"outputDir": "./output",
261262
"outputName": "Country-without-asn.mmdb",
263+
"sourceMMDBURI": "./output/GeoLite2-Country.mmdb",
262264
"overwriteList": ["cn", "private"],
263265
"excludedList": [
264266
"cloudflare",
@@ -279,6 +281,7 @@
279281
"args": {
280282
"outputDir": "./output",
281283
"outputName": "Country-only-cn-private.mmdb",
284+
"sourceMMDBURI": "./output/GeoLite2-Country.mmdb",
282285
"wantedList": ["cn", "private"]
283286
}
284287
},

0 commit comments

Comments
 (0)
Please sign in to comment.