mirror of
https://github.com/abh/geodns.git
synced 2026-04-26 19:35:51 +03:00
[GH-ISSUE #117] when will geodns support ispDB with geoip2, any plan for that? #369
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#369
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 @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?
@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/
@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.
@abh commented on GitHub (Jun 13, 2019):
How would you use the ISP data differently than the ASN database?
@abh commented on GitHub (Dec 28, 2019):
@dongbenxipao did doing this with ASNs work for you?