Hacker News new | ask | show | jobs
by palata 175 days ago
> they can't connect the domain names to my IP

They can't, but does it matter? They can connect the domain name to your server (through the tunnel).

> or infer what services I run

Why not? The port is open on Cloudflare's side, it's exactly the same.

The one thing you get from Cloudflare is that probably Cloudflare has a list of blocked IPs and they will prevent them from reaching your server. Though I'm sure there are public lists of "bad IPs" and it shouldn't be too hard to have a firewall that uses them. And anyway in your case you have a list of allowed IPs, so it's not a concern at all.

1 comments

It is not immediate public information what person is behind my domain.

By having cloudflare as the mitm proxy in between my domain and my server, that link between the two is also not immediately apparent to the public.

Then, all the filtering and access control happens outside of my network, and only the absolutely valid traffic that I want to deal with hits my own network.

I want all of those features.

> I want all of those features.

Sure, I was not saying those features were worthless. I was just saying that not using them doesn't sound like a "recipe for disaster" to me.