mirror of
https://github.com/abh/geodns.git
synced 2026-04-27 03:45:53 +03:00
[GH-ISSUE #39] Zone List? #32
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#32
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 @Munzy on GitHub (May 5, 2013).
Original GitHub issue: https://github.com/abh/geodns/issues/39
Is there a list of where county/continent zone names exist like for 'JP' and 'Europe'?
If not can we create one on the wiki.
Thanks :)
@abh commented on GitHub (May 6, 2013):
Good question @Munroenet; I should add this to the documentation.
The country codes are the ISO 3166 country codes (from the MaxMind database): http://dev.maxmind.com/geoip/legacy/codes/iso3166
The country to continent mapping is in https://github.com/abh/geodns/blob/master/countries/countries.go (and might be incomplete now; I'm not sure I've consistently kept up with the occasional new country added since I made the mapping first some years ago).
@abh commented on GitHub (May 6, 2013):
Maxmind have a list of country to continent mappings: http://dev.maxmind.com/geoip/legacy/codes/country_continent
@Munzy commented on GitHub (May 10, 2013):
I wish there was a way to split it up any further, such as West Coast America, and East Coast America.
Any thoughts?
@abh commented on GitHub (Jun 26, 2013):
@Munroenet The 'targeting' branch supports us-west, us-central and us-east now (and by individual states). I'll test it a bit over the next week or two and then add documentation.