mirror of
https://github.com/abh/geodns.git
synced 2026-04-27 03:45:53 +03:00
[GH-ISSUE #67] Domain geo record clarification #53
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#53
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 @gugansankar on GitHub (Jul 7, 2015).
Original GitHub issue: https://github.com/abh/geodns/issues/67
I'm planning to migrate my dns from pgeodns to this version. But When I look into the sample configuration of ntp , the entries are making me some confusion on geo record.
What is difference between the below record for country Malaysia
3.my , 1.my , 0.my ,2.my from ntppool.org.json
@gugansankar commented on GitHub (Jul 28, 2015):
Any idea ?
@abh commented on GitHub (Sep 6, 2015):
Instead of "3", "1", etc think of "www". So if your domain is "example.com" then you make a global/default entry "www" and another "www.my" for users in Malaysia. Does that make sense?
@abh commented on GitHub (Sep 6, 2015):
Since you are migrating from pgeodns you might also be interested in the geodes-config program that's in the pgeodns repository. It converts the old pgeodns text configuration format to the JSON format:
https://github.com/abh/pgeodns/blob/master/geodns-config
We actually still use this for some of the perl.org data. (!)
@gugansankar commented on GitHub (Sep 7, 2015):
Thanks for your explanation. I already start using Go-GeoDNS.
@abh commented on GitHub (Sep 13, 2015):
Very cool. Thank you for following up. 👍