mirror of
https://github.com/abh/geodns.git
synced 2026-04-27 03:45:53 +03:00
[GH-ISSUE #63] Does geodns support cname chain? #197
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#197
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 @li45 on GitHub (Apr 29, 2015).
Original GitHub issue: https://github.com/abh/geodns/issues/63
@abh commented on GitHub (Apr 29, 2015):
Can you give me an example of what you mean?
@li45 commented on GitHub (Apr 30, 2015):
my
test.com.json:then run
dig @127.0.0.1 www.test.comresponse:
no A recode in here.
Expect response:
@abh commented on GitHub (Apr 30, 2015):
Ah, yes — I believe it works because the resolver will just query again for the other name, but obviously that could be optimized!
There’s an “alias” (I think it’s called) record type that “resolves” the CNAME internally.
I should fix the cname chain thing though.
@semihalev commented on GitHub (Apr 30, 2015):
abh, for glue records, check my commit
github.com/semihalev/geodns@fc9668252a, resolve internally for CNAME, MX, NS, but need small boolean (msg.CheckGlue) in dns lib.@praveenkumar2608 commented on GitHub (Sep 12, 2020):
@abh @semihalev Is this fixed. Facing same issue