Gregory Oschwald

Results 152 comments of Gregory Oschwald

I am not entirely sure what you are asking, but if you are asking how to get the network for the record, you can use [`github.com/oschwald/maxminddb-golang` ](https://github.com/oschwald/maxminddb-golang) with the structs...

Thanks for doing this! I didn't realize that the Windows PHP team had stopped providing these.

With the new format, cache misses are more likely due to how the data is stored, but I think the primary issue is that the new format provides significantly more...

Maxmind also provides [small test databases](https://github.com/maxmind/MaxMind-DB/tree/master/test-data).

I think you are misreading the file size. That file is 19 kb in size.

Please contact [[email protected]]([email protected]) with your account ID and the approximate times associated with these requests. With this information, we can look into this a bit more.

That said, I would strongly encourage you to consider upgrading to our new [minFraud API](https://github.com/maxmind/minfraud-api-php). That API has much better error checking and receives active updates.

We will be releasing [geoipupdate2](https://github.com/maxmind/geoipupdate2) soon. I would suggest you package that rather than this if you are going through the effort of packaging.

Are you saying that the version of `geoipupdate` in Debian Stretch doesn't work or are you trying to install the version from our PPA? I assume the latter as the...

The pasted text has `\#` rather than `#`, which would cause an issue similar to what you are experiencing. Comments should start with `#`. That said, i see that the...