mmdbctl icon indicating copy to clipboard operation
mmdbctl copied to clipboard

mmdbctl is an MMDB file management CLI supporting various operations on MMDB database files.

Results 11 mmdbctl issues
Sort by recently updated
recently updated
newest added

Hello! When I'm trying: ```sh mmdbctl import --in geoip2-ipv4.csv --out data.mmdb ``` it returns ```sh err: nothing to import ``` File here [https://github.com/datasets/geoip2-ipv4/blob/master/data/geoip2-ipv4.csv](https://github.com/datasets/geoip2-ipv4/blob/master/data/geoip2-ipv4.csv)

Hello, I am running errors using mmdbctl_1.4.4_linux_386 verify with iplocation.mmdb (e.g. standard_location.mmdb) Maybe it's related to the important size of the mmdb ? ``` ./mmdbctl_1.4.4_linux_386 verify iplocation.mmdb panic: runtime error:...

i want to use the csv DB file from https://ipapi.is/developers.html#geolocation-database but when i try to convert it with: `mmdbctl import --in geolocationDatabaseIPv4.csv --out data.mmdb` i get error: `err: couldn't parse...

So I have been playing around with `mmdbctl` and I was doing simple `mmdb` export to `json` and import back to `mmdb`. However, the process started taking up to 46...

Hey @UmanShahzad. To make `mmdbctl` even more awesome, it would be great to be able to display some low-level data about an MMDB file, such as * Tree size in...

Command: `mmdbctl import -c --in IP2LOCATION-LITE-DB3.CSV --out IP2LOCATION-LITE-DB3.mmdb` Output: `err: couldn't parse cidr "16777216/32": invalid CIDR address: 16777216/32` IP2LOCATION-LITE-DB3.CSV file format: ``` "0","16777215","-","-","-","-" "16777216","16777471","US","United States of America","California","San Jose" "16777472","16778239","CN","China","Fujian","Fuzhou" "16778240","16778495","AU","Australia","Tasmania","Glebe"...

Hi, I'm trying to update the mmdb database, as there is missing data in some ips, as Graylog needs those information to treat the logs. However, after I update the...

It's a node count, not bytes :-) The actual tree size (node count * node size) is already shown in the next line. ```bash mmdbctl metadata proxy_residential.mmdb ... - Node...