mirror of
https://github.com/abh/geodns.git
synced 2026-04-27 03:45:53 +03:00
[GH-ISSUE #113] adding GeoIP2 support #365
Labels
No labels
bug
bug
enhancement
pull-request
question
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/geodns#365
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @cricsus on GitHub (Dec 22, 2018).
Original GitHub issue: https://github.com/abh/geodns/issues/113
MaxMind is no more publishing .dat binaries, but .mmdb and .csv instead. The reader for GeoIP2 can be found on Oschwald's GeoIP2 Golang.
Alternatively, the CPP Code for converting .CSV to .DAT may work either (Didn't for me).
It'd be great if you switched over to supporting the newest version of GeoIP databases without to have to convert them oneself before.
EDIT:
Apparently it looks for MMDB instead of DAT as I figured later. Please update the docs :)
@abh commented on GitHub (Dec 28, 2019):
thank you @cricsus