diff options
| author | Loyalsoldier <[email protected]> | 2024-10-24 06:17:02 +0800 |
|---|---|---|
| committer | Loyalsoldier <[email protected]> | 2024-10-24 06:38:36 +0800 |
| commit | e6ee2bb6c610a8f7f9ca86da9ebe27e59c2daef3 (patch) | |
| tree | 39b3a996c332eace68ae2e60e244952ebc65364b /config.json | |
| parent | 40e0ad6895d62ad12ea1b1da4293dbcc05ea1d29 (diff) | |
Release: release classical maxmind mmdb file `Country-without-asn.mmdb`
Note: Use this `Country-without-asn.mmdb` file other than the `Country.mmdb` file in this project if you do not need the appended company (ASN) lists.
The `Country-without-asn.mmdb` is with more accurate country/region geoip data than `Country.mmdb` due to maxmind mmdb format constraint. For more details, see https://github.com/Loyalsoldier/geoip/blob/HEAD/configuration.md#maxmindmmdb-1
Diffstat (limited to 'config.json')
| -rw-r--r-- | config.json | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/config.json b/config.json index adf1cc3b..44444ca6 100644 --- a/config.json +++ b/config.json @@ -248,6 +248,25 @@ "action": "output", "args": { "outputDir": "./output", + "outputName": "Country-without-asn.mmdb", + "overwriteList": ["cn", "private"], + "excludedList": [ + "cloudflare", + "cloudfront", + "facebook", + "fastly", + "google", + "netflix", + "telegram", + "twitter" + ] + } + }, + { + "type": "maxmindMMDB", + "action": "output", + "args": { + "outputDir": "./output", "outputName": "Country-only-cn-private.mmdb", "wantedList": ["cn", "private"] } |
