mirror of
https://github.com/abh/geodns.git
synced 2026-04-26 19:35:51 +03:00
[GH-ISSUE #120] No geo provider configured #372
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#372
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 @praveenkumar2608 on GitHub (Sep 12, 2020).
Original GitHub issue: https://github.com/abh/geodns/issues/120
Hi,
I am trying to configure GeoDNS. I have build the geoDNS from source and downloaded GeoLite2.mmdb databases under '/usr/share/GeoIP/', I have specified the same directory under geodns.conf.
When I run the server with -checkconfig=true, I am getting my zone does not configure with Geo Provider. I have set targets in my zone file.
Please let me know what could be the problem and also verify my zone config and let me know will this configuration works?
@abh @kisielk
@abh commented on GitHub (Sep 12, 2020):
What do the logs say?
@praveenkumar2608 commented on GitHub (Sep 12, 2020):
@abh Thanks for your quick reply. It was permission issue for the .mmdb files. Now this is working like a charm. One other problem I could see is the chained CNAME is not resolving to the IP address.
Also, say for an example if I a CNAME which I want to associate to multiple regions like (IN-TN, IN-KA, IN_AP, IN-KL), I couldn't find the option. I have to create individual CNAME for each region like mentioned below. Is there a way to change the associate a cname to a list of regions.
"accl.tamilnadu": {
"cname": "insouth-test.praveentest.com.",
"ttl": 30
},
"accl.karnataka": {
"cname": "insouth-test.praveentest.com.",
"ttl": 30
},