ipapi.is
ipapi.is
I fixed the underlying root issue. Please try again. I think I will also provide a `.mmdb` file, you have me convinced :)
Remove first column from [the database](https://github.com/ipapi-is/ipapi/blob/main/databases/geolocationDatabaseIPv4.csv.zip): ``` cut -d, -f2- geolocationDatabaseIPv4.csv > data.csv ``` Then convert: ``` mmdbctl import --in data.csv --out data.mmdb ``` that works like a charm and...
Hey, Will be done in the next release. What format do you suggest?
CIDR doesn't work for all networks. How would you represent the network 1.2.3.4 - 1.2.3.7 in CIDR format? Kind regards, Nikolai
You are correct. How do you represent 1.2.3.1 - 1.2.3.7 in CIDR? Not possible with one CIDR address, you have to provide 3 CIDR ranges: ``` 1.2.3.1/32 1.2.3.2/31 1.2.3.4/30 ```...
Hi, Sorry for the hassle but I made the "IP to Hosting Database" commercial and removed it from the free downloads. You can get it here: https://ipapi.is/hosting-detection.html
Fixed in commit https://github.com/ipapi-is/ipapi/commit/ec751295c80e502ae8b67cba7f6b7d53e9a71346 You should be able to convert it now.
How does my CSV file need to be structured in order to read it into MMDB format? ``` mmdbctl import --in geolocationDatabaseIPv4.csv --out data.mmdb ``` fails with ``` err: couldn't...
Remove first column from [the database](https://github.com/ipapi-is/ipapi/blob/main/databases/geolocationDatabaseIPv4.csv.zip): ``` cut -d, -f2- geolocationDatabaseIPv4.csv > data.csv ``` Then convert: ``` mmdbctl import --in data.csv --out data.mmdb ``` that works like a charm and...
Hosting Providers and VPN services can be also used by cyber criminals to launch all kinds of attacks against services. In no way does ipapi.is ever reveal the real IP...