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
Using A and CNAME Entries
Where
DROPLET_IP
is the Droplet’s Public IPv4 IP anddomain.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?