How to protect my IP from being revealed in Domain IP Lookup?

My SAAS is online now, I am using VPS Hetzner, but my concern now how to protecting my IP from revealing in Domain IP Lookup, because there many website service that can reveal the real IP,

Obscuring the IP is impossible, it’s how DNS works.

What is your actual fear here? What do you want to prevent that you think will happen when people know your server’s IP address?

1 Like

Yes absolutely Sir,

My alternative protection now is using Cloudflare to proxy in IP Cloudflare so the attacker not know my real IP

If you use Cloudflare, have you activated DDoS protection? That should solve your problems and it will not matter if attackers know your IP.

Or, maybe you mean that you proxy your traffic through Cloudflare (it caches your responses) but don’t want attackers knowing the real server that Cloudflare is proxying?

Currently my SAAS is protecting by cloudflare to proxing my real IP, I mean does any one know the alternative beside cloudflare but free ?

Ah, I see what you need. A free service that proxies your traffic but hides the IP it is proxying to.

I am not aware of any. Maybe others can help.

1 Like

I haven’t tested it myself, but it seems like Cloudflare can provide what you’re looking for. More details here: https://developers.cloudflare.com/dns/manage-dns-records/troubleshooting/exposed-ip-address/

1 Like