Short question:
Since DNS is anycast, is there any way for a DNS server to know the "first" source of a DNS query coming from?
Long question: I developed my own DynDNS server using PowerDNS, I want to transfer it through the web interface by users. I want the web interface to update entries for each IP-based user.
Therefore, when a DNS server receives requests, if it can determine the source IP address, it would be easy to return the records associated with that IP address.
While I tested, the DNS server can only know the "last" node IP address in the DNS chain, not the source. Is there any way?
Yours faithfully
source
share