Report this

What is the reason for this report?

Can I use domain on Cloudflare with digital ocean?

Posted on March 17, 2017

I just created a droplet and migrated the wordpress files from masterblogster.com. This domain is currently in cloudflare. Is it possible to keep the domain in cloudflare and route it to Digital Ocean? I would like to continue using Cloudflare for DDOS protection. Is there a way around?



This textbox defaults to using Markdown to format your answer.

You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!

These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.

@srjcooldude

Of course, all you’d need to do is point your domain to the Public IPv4 IP of your Droplet using either two A entries or a single A and a CNAME, depending on how you want to set it up.

Using Only A Entries

A          @          DROPLET_IP
A          www        DROPLET_IP

Using A and CNAME Entries

A          @          DROPLET_IP
CNAME      www        domain.com

Where DROPLET_IP is the Droplet’s Public IPv4 IP and domain.com is your domain.

Yes, you can. Just edit your DNS records in CloudFlare and point them to your DigitalOcean droplet IP. Dangit, you’re too fast @jtittle ! You must have bought new shoes :-)

After doing this, would it then be configured to accept wordpress url configuration for domain.com in replace of root for wordpress url and site url?

The developer cloud

Scale up as you grow — whether you're running one virtual machine or ten thousand.

Get started for free

Sign up and get $200 in credit for your first 60 days with DigitalOcean.*

*This promotional offer applies to new accounts only.