Cloud DNS

rule22blog.org

This domain is registered for one of our customers.

If this is your domain name, please visit this page to see how to register it as DNS zone into your account.

Note: If you already have registered the DNS zone for your domain name, please wait for DNS propagation. Your web site will be displayed soon. It may take few minutes.

* Do you know the most popular Nslookup commands?


Suggested article: 10 Most used Nslookup commands

Nslookup is free software with a command-line interface that you can find on almost every popular OS like Windows, macOS, or various Linux distros.

Use it to probe DNS and find valuable information for various types of DNS records.

Try these examples of Nslookup commands:

  • $ nslookup example.com - Looking up the domain will reveal the A records, and there you can see the IP addresses of it.
  • $ nslookup -type=soa example.com - Shows the start of authority.
  • $ nslookup -type=any example.com - The command reveals all the available DNS records.

We have even more great example of the Nslookup command! Check them out in this article!