Im using Google Cloud DNS and I want to disable IP showing when someone is ping my domain.
How can I do that?
Im using Google Cloud DNS and I want to disable IP showing when someone is ping my domain.
How can I do that?
Its kind of beats the purpose of DNS. Isn’t it? You want to disable the resolving of the DNS address to the actual IP? Just avoid using DNS all together!
Maybe you want to explain the actual use case?
There are many techniques for protecting your external IP but we must understand the use case. An example will be to use a proxy that the DNS will resolve to and which will redirect the traffic to the actual desired server
You can how ever block specific protocols if you wish to block ping for example - block the ICMP protocol on your firewall.