How to change DNS records at Google Cloud DNS
Google Cloud's authoritative DNS. Note: consumer Google Domains was sold to Squarespace.
Where the DNS settings live
- Open the Google Cloud console and go to Network Services → Cloud DNS.
- Click the zone name.
Adding a record
- Click Add standard (or Add record set).
- Enter the DNS name prefix, choose the Resource record type, set the TTL.
- Enter the value and click Create.
Editing or deleting a record
- Click the record set, then Edit, change it, and Save.
- Tick the record set and click Delete to remove.
Changing the nameservers
- Copy the zone's four NS values into your registrar.
Google Cloud DNS nameservers
These are the values you would set at your registrar to let Google Cloud DNS run your DNS. Always confirm them in your own account — several providers assign per-account values.
Four assigned per zone, e.g. ns-cloud-a1.googledomains.com
Gotchas at Google Cloud DNS
- The DNS name field must end with a dot in some views — the console usually adds it for you.
- Changes are applied as a "change set" and are near-instant on Google's side.
After you save
DNS changes are not instant. Resolvers keep the old answer until the previous record's TTL expires, so a record with a 4-hour TTL can take 4 hours to change everywhere — occasionally longer if an ISP ignores TTLs. Check what the world currently sees before assuming something is broken, and see the troubleshooting page if it still looks wrong after the TTL has passed.
Other cloud / dns platform guides
Akamai / Linode
Free DNS Manager included with a Linode account.
Amazon Route 53
AWS DNS service. Also a registrar. Charged per hosted zone and per query.
Azure DNS
Microsoft's managed DNS, configured through the Azure portal.
Cloudflare
Free, fast DNS with an optional proxy/CDN layer. Very common as a DNS host even when the domain is registered elsewhere.
DigitalOcean
Free DNS hosting for domains you point at DigitalOcean. Not a registrar.
Netlify
Static hosting platform with optional Netlify DNS.