Serving east/west coasts with Geoipdns and MaxMind GeoLite data
Posted
by netvope
on Stack Overflow
See other posts from Stack Overflow
or by netvope
Published on 2010-01-18T02:42:27Z
Indexed on
2010/05/01
21:27 UTC
Read the original article
Hit count: 795
I want to serve east (west) coast visitors with my Virginia (California) server. To do so, I plan to use Geoipdns and the IP-to-location mappings from MaxMind. MaxMind provide two datasets for free: GeoLite Country and GeoLite City. However, neither of them has east/west coast regions defined. A possible solution is to write a script to combine all the IP ranges for the east/west coast cities in GeoLite City, but that sounds a little bit stupid.
What is the best practice in doing this? Any suggestions or alternatives?
© Stack Overflow or respective owner