Skip to content

Commit

Permalink
Release: complement extra info for output MMDB files as the official …
Browse files Browse the repository at this point in the history
…ones
  • Loading branch information
Loyalsoldier committed Nov 4, 2024
1 parent f36000d commit b068b7a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions config.json
Original file line number Diff line number Diff line change
Expand Up @@ -238,6 +238,7 @@
"args": {
"outputDir": "./output",
"outputName": "Country.mmdb",
"sourceMMDBURI": "./output/GeoLite2-Country.mmdb",
"overwriteList": [
"cn",
"cloudflare",
Expand All @@ -259,6 +260,7 @@
"args": {
"outputDir": "./output",
"outputName": "Country-without-asn.mmdb",
"sourceMMDBURI": "./output/GeoLite2-Country.mmdb",
"overwriteList": ["cn", "private"],
"excludedList": [
"cloudflare",
Expand All @@ -279,6 +281,7 @@
"args": {
"outputDir": "./output",
"outputName": "Country-only-cn-private.mmdb",
"sourceMMDBURI": "./output/GeoLite2-Country.mmdb",
"wantedList": ["cn", "private"]
}
},
Expand Down

0 comments on commit b068b7a

Please sign in to comment.