Cloud DNS

adha.my

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 a small utility tool that you can use on Linux, Windows, and macOS. It is small and easy to use, and that makes it a favorite software for many people.

Nslookup, as the name suggests, can look up name servers and show you different DNS records.

Use Nslookup this way:

  • $ nslookup example.com - Simple way to find the IP addresses of the domain by seeing the A records.
  • $ nslookup -type=ns example.com - Authoritative name servers will appear for the domain you put.
  • $ nslookup -type=any example.com - This command serves you when you need to see all of the DNS records for the domain.

Do you want some more examples? You can see 10 Nslookup commands if you click on the article!