DEV Community

Cover image for Netlify and Google Domains
Lost Semicolon 💻🖱
Lost Semicolon 💻🖱

Posted on

Netlify and Google Domains

I have bought my own domain for a blog! I have always wanted to do and now i did! I went with google domains as it was the cheapest domain I could find. There was a good £15 difference between sites so make sure to shop around!

The buying process was very simple - i just had to put in my card details and address. The set up.... should have been simpler.

I have hosted my site on netlify but the process should be similar.

Netlify

  1. In your netlify console, go to your site and then click Domain Settings. Click the green button "Add custom domain".
    Alternatively, there will be a "getting started" banner with option 2 being "Set up your custom domain". Click that.

  2. You will now be asked to provide the name of the domain you have bought. In my case it was "ewa.dev".
    If you own the domain the site will ask you to verify that you are the owner. Bare in mind Netlify can also provide you with a domain.

  3. Click "verify".

  4. Netlify will now redirect you to your domain settings where you will see your domain. You will see that your domain will have have a warning, to ask you to "check your DNS configuration". Click to Options -> Set Up Netlify DNS.

  5. There is now 3 steps:
    5.1 Add domain - Netlify will ask you to re-verify your domain name
    5.2 Add DNS records - The DNS records for your Netlify sites will be configured automatically. Unless you have email set up with your domain, you can skip this bit.
    5.3 Activate Netlify DNS - Nelify will give you names of their name savers. Keep them open and head to your domain name provider.

Google Domains

  1. Go to your domain settings

  2. Click DNS

  3. In the NameServers box, select option "Use custom nameservers". For googlr domains, before I was able to add my own custom domains, I had to disable DNSSEC.

  4. Add the name servers from Netlify to the google nameservers.

And Thats it! Your domain is set up - it says it can take up to 48 hours, but in my experience its pretty speedy. Ewa.dev took only 15 min to kick in.

Happy Coding!

Top comments (10)

Collapse
 
5456qwe profile image
1214586

But what if I want to use the Google Domain Servers?

Collapse
 
michaelmendoza profile image
Michael Mendoza • Edited

I figured this out. To use the Google Domain Servers it's in this documentation.

Do it you need to do that steps of this tutorial and then just add a custom record in the google domains. Like this. And the record to Netlify’s load balancer IP address: 75.2.60.5.

Image description

Then wait a while and it worked for me.

Collapse
 
daveblythe profile image
Dave Blythe (he/him)

Looking into that myself, currently!
Domains, email, storage, etc are all in Google Workplace (G-Suite) context, so I need to send ONLY the website to Netlify. (not using NetlifyDNS)

I mention this in case there is a strong case/reason against this method.
If there is, I'd be grateful for someone to elaborate.

On the original post... well written and straightforward to follow.
Glad you prompted this topic :)

Collapse
 
jesse profile image
jesse

Hi. Did you ever have any luck figuring out pointing to Netlify for site only and just using Google Domain Servers for DNS stuff? I am having an issue where my emails are flagged as insecure because Google cannot verify the emails are sent from our custom domain. This only happens when I point to Netlify's DNS servers in the Google Domains dashboard.

Thread Thread
 
fredoist profile image
Freddy González

Did you read the documentation?

Thread Thread
 
jesse profile image
jesse

yes

Collapse
 
scottstern06 profile image
Scott

Great job! Very clear and straight forward!

Collapse
 
vanduc1102 profile image
Duc Nguyen

Use custom nameservers that should be highlight
Thank you, I am able to make my site up and running : coinconket.com/

Collapse
 
rosten98 profile image
Gerardo Rodriguez D.

Great, thanks!

Collapse
 
jwhubert91 profile image
James Hubert

This helped a lot. Thanks!