what options do I have to answer DNS queries based on location of the query? E.g. if the query is from .fr, return a separate A record vs. port 53 query from .us.
Asked
Active
Viewed 53 times
1
-
You can try [gdnsd](http://gdnsd.org/), but it's not related to google-cloud-dns – insider Aug 19 '15 at 15:23
-
Instead of resolving different IP addresses for the same A record, you can use a global IP address that is a special IP that can intelligently route users based on proximity. Fore more information, visit the Cross-region load balancing artcile: https://cloud.google.com/compute/docs/load-balancing/#https_load_balancing – Kamran Aug 24 '15 at 17:03