mirror of
https://github.com/abh/geodns.git
synced 2026-04-27 03:45:53 +03:00
[GH-ISSUE #112] edns-client-subnet #77
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#77
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 @MolenZhang on GitHub (Dec 4, 2018).
Original GitHub issue: https://github.com/abh/geodns/issues/112
Hi:
Sorry to all moguls first,may be i should not ask this question in here,i just need some advise.I am learning edns recently, and with my code like bellow:
Now what puzzled me was my upstream server which is internal nameserver do not support edns.What i mean is:I add edns to my code and send domain resolve to Google public dnsServer through my clientIP. Of course i get an expected answer. Now i use my upstream server(for example 119.2.2.2) to take the place of google public dnsServer, I can not get the true resp ip. What i want to say is my upstream server may could not support edns. What should I do next step.