[GH-ISSUE #117] when will geodns support ispDB with geoip2, any plan for that? #369

Open
opened 2026-03-13 14:47:51 +03:00 by kerem · 4 comments
Owner

Originally created by @dongbenxipao on GitHub (Jun 12, 2019).
Original GitHub issue: https://github.com/abh/geodns/issues/117

The lastest geodns only supports GeoIP2 if I remember right. But it only covers countryDB, cityDB and asnDB.
The older version reads ip.dat file which makes it possible to locate the client ISP. With the ISP info, the DNS servers can provide more reliable DNS resolve service in some complex networks.
Adding ispDB reader can make geodns more appealing, do you have any plan to support that?

Originally created by @dongbenxipao on GitHub (Jun 12, 2019). Original GitHub issue: https://github.com/abh/geodns/issues/117 The lastest geodns only supports GeoIP2 if I remember right. But it only covers countryDB, cityDB and asnDB. The older version reads ip.dat file which makes it possible to locate the client ISP. With the ISP info, the DNS servers can provide more reliable DNS resolve service in some complex networks. Adding ispDB reader can make geodns more appealing, do you have any plan to support that?
Author
Owner

@abh commented on GitHub (Jun 12, 2019):

I'm not sure how you'd do targeting on the data that's in that database (that wouldn't just be ASN).

https://dev.maxmind.com/geoip/geoip2/geoip2-isp-csv-database/

<!-- gh-comment-id:501367467 --> @abh commented on GitHub (Jun 12, 2019): I'm not sure how you'd do targeting on the data that's in that database (that wouldn't just be ASN). https://dev.maxmind.com/geoip/geoip2/geoip2-isp-csv-database/
Author
Owner

@dongbenxipao commented on GitHub (Jun 13, 2019):

In some networks, the connections among ISP are not good. So client request from one ISP should better scheduled to the servers in the same ISP. The DNS server support geo targets including ISP(not only country, city) is very important in such network environment.
The maxmind does provide geoip-isp data, but the latest geodns doesn't support reading geoip-isp data. So, maybe i have to add some code to fix this if no plan to do this.

<!-- gh-comment-id:501521214 --> @dongbenxipao commented on GitHub (Jun 13, 2019): In some networks, the connections among ISP are not good. So client request from one ISP should better scheduled to the servers in the same ISP. The DNS server support geo targets including ISP(not only country, city) is very important in such network environment. The maxmind does provide geoip-isp data, but the latest geodns doesn't support reading geoip-isp data. So, maybe i have to add some code to fix this if no plan to do this.
Author
Owner

@abh commented on GitHub (Jun 13, 2019):

How would you use the ISP data differently than the ASN database?

<!-- gh-comment-id:501531039 --> @abh commented on GitHub (Jun 13, 2019): How would you use the ISP data differently than the ASN database?
Author
Owner

@abh commented on GitHub (Dec 28, 2019):

@dongbenxipao did doing this with ASNs work for you?

<!-- gh-comment-id:569382317 --> @abh commented on GitHub (Dec 28, 2019): @dongbenxipao did doing this with ASNs work for you?
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/geodns#369
No description provided.