2 Replies
@StilauGamer what do you mean by hiding your database behind Cloudflare's network? where is your database currently? is it exposed publicly? does your database host not provide network isolation?
Basically,
I am running my database on one of my servers, and I would like to not expose it directly due to security reasons.
That is why I was wondering if i can proxy the database through Cloudflare's network instead of publicly opening it 😅
But after some reasearch and questions, from what I can tell you can only proxy TCP traffic if you are using the
cloudflared
client application 🙂