I would like to set up our own name servers for our company - to look more professional, but also to ease future transitions to different servers. So for example:
ns1.mycompany.com ns2.mycompany.com
I have a Google Cloud Platform account with access to the Google Cloud DNS API. My first question is... can I achieve this with Google Cloud DNS?
And if so... how/where do "point" domains to our services such as hosting and mail?
For example, I ask a client to change the name servers for client.com to ns1.mycompany.com and ns2.mycompany.com. And I have these name servers created in Google Cloud DNS. How/where do I then set the A or CNAME records to point to our host server and our mail server?
Thanks in advance.