Make your own GeoIP database! The simplest utility for editing MMDB databases.
- Download lastest mmdb-editor release
- Download GeoLite2-City.mmdb
- Create your dataset with networks you need to add/change (See example)
Usage of ./bin/mmdb-editor-linux-amd64:
-d string
Dataset file path. (default "./dataset.json")
-i string
Input GeoLite2-City.mmdb file path. (default "./GeoLite2-City.mmdb")
-m string
Merge strategy. It may be: toplevel, recurse or replace. (default "replace")
-o string
Output modified mmdb file path. (default "./GeoLite2-City-mod.mmdb")
-v Print current version and exit.
git clone https://github.com/iglov/mmdb-editor
- Change something you want and commit changes
- Build with
make all