Tuesday, October 9, 2018

domain name system - Can Google gcloud DNS work with seconday DNS servers?



We use Google Cloud DNS for primary DNS zone hosting. As a primary service is seems very functional. However, I cannot see how to allow zone transfers to a list of secondary DNS servers. This would be useful to provide further resilience. For instance, in Europe RIPE will act as a secondary on all delegated reverse DNS zones.



I have searched the web and the Google help for this information but I have not been able to find an answer. are secondary servers supported by Google Cloud DNS?


Answer




Unfortunately this is currently not supported.


No comments:

Post a Comment

linux - How to SSH to ec2 instance in VPC private subnet via NAT server

I have created a VPC in aws with a public subnet and a private subnet. The private subnet does not have direct access to external network. S...