-1

I want a sub-domain on my google domains to point to blog.mydomain.example. Currently, it points to DNS at the root domain to Github pages. I want that to remain the same, but the blog subdomain to point to my wordpress running on digital ocean.

How can I do this?

Sunny J
  • 607
  • 3
  • 14
John Lippson
  • 111
  • 2

1 Answers1

0

You can map your Google subdomain in Google Domains, use either of the options described in this documentation. Ensure to change the name servers to match that of DigitalOcean.

 1. ns1.digitalocean.com
 2. ns2.digitalocean.com
 3. ns3.digitalocean.com
Sunny J
  • 607
  • 3
  • 14
  • 1
    This will change more than just the subdomain. – Tim Jul 20 '18 at 19:31
  • In the above documents, this is explained. Also note that for DNS changes to take effect, it might take a propagation period of several minutes, depending on your location, or 24-48 hours across the entire internet. – Sunny J Jul 20 '18 at 19:50