I own a domain foo.com and I am happy with where its DNS is hosted. I do want to delegate to Google Cloud DNS only a new subdomain bar.foo.com.
Subdomains can point to the same DNS server as the associated domain name, or to their own DNS zone.
Click on the DNS tab and scroll to the record card (or quickly jump to the DNS records for that domain by clicking the button in the top right). From there, click the Add record drop-down button, and select the type of record you want to create. A , ALIAS , and CNAME records will all create a new subdomain.
In the Domain Name System (DNS) hierarchy, a subdomain is a domain that is a part of another (main) domain. For example, if a domain offered an online store as part of their website example.com , it might use the subdomain shop.example.com .
You should just be able to create NS records in foo.com
called bar
and enter the nameservers (one per entry) they gave you. That's called a "zone cut" and anybody looking up, say, baz.bar.foo.com
will be told by foo.com
to check with Cloud DNS (the same way com
told them to check with foo.com
). When they ask Cloud DNS, they'll get the answer.
So -
bar.foo.com
on Google Cloud DNSNS
records at foo.com
listing the Cloud DNS nameservers givenIf you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With