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

From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.

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.
The issue is handled after contacting Digital Ocean support staff and them handing me the correct configuration for my eth0.
For anyone trying to configure Pi-Hole or OpenVPN, better back-up your eth0 configuration before hand!
Hello, all
I would like to say that OpenVPN + Pihole is available as one-click install droplet in our Marketplace. You can find more information here:
https://marketplace.digitalocean.com/apps/openvpn-pihole#getting-started
You can also check out this short demo of configuring and setting everything up from an Android device.
API Creation
curl -X POST -H 'Content-Type: application/json' \
-H 'Authorization: Bearer '$TOKEN'' -d \
'{"name":"choose_a_name","region":"sfo2","size":"s-2vcpu-4gb","image":"pihole-18-04"}' \
"https://api.digitalocean.com/v2/droplets"
Regards, Alex