Google Cloud DNS is prompting users to set the following nameserver records with their registars:
ns-cloud-c1.googledomains.com.
ns-cloud-c2.googledomains.com.
ns-cloud-c3.googledomains.com.
ns-cloud-c4.googledomains.com.
Can I instead also set the nameserver to a CNAME that I control, like so?
ns1.foo.com -> CNAME to ns-cloud-c1.googledomains.com.
ns2.foo.com -> CNAME to ns-cloud-c2.googledomains.com.
etc
This appears to work technically, but I am wondering if this was a supported configuration with Google Cloud DNS, or will I be running into problems with this scheme at some point in the future?
Also, will the name server records to use (e.g. ns-cloud-c1.googledomains.com.
) always be identical for all zones in one account?
Thanks