VPS domain blocks nslook up

i have VPS CHR, and i want to know, is there any domain which can block nslookup for our privacy?

or how to keep/hide our publick ip from ns look up

big thanks for any reply.

I don’t really understand what you actually want to achieve.

  • If you want that your fqdn cannot be resolved to a public IP (my.name.org → 1.2.3.4) , simply don’t create any A record for it. But then it’s a question why you’d need any fqdn at all, as without the A record, whoever only knows the fqdn but not the address will be unable to access your machine.
  • If you want that your public IP cannot be resolved to an fqdn (4.3.2.1.in-addr.arpa → my.name.org), simply don’t create a PTR record for it.