On one of my Digital Ocean accounts I have multiple websites. If someone does a reverse IP check, they are able to view all of the domain names on the server, since they all share the same IP address.
One solution would be to create a droplet for each site, but it would be expensive to have to get a cPanel license for each droplet. Any suggestions please?
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.
Hello,
As you may know, DO doesn’t allow more than 1 IP per droplet.
So I personally believe that the best way to achieve the thing that you want to is to put those small sites behind a CDN so that if someone tries to do a revers IP check they would be getting to the CDN’s IP address and not your actual server IP address.
Hope that this helps.
Great solution, thank you!