Cloud DNS

peratik.ir

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 what the Linux Host command is?


Suggested article: Linux Host command, troubleshoot your DNS

The Host command is software with a command-line interface that serves to test DNS. It is commonly used to find the IP address of a particular domain name or if you want to find out the domain name of a particular IP address. You can also find more details for the domain by specifying the corresponding option along with the domain name.

Host command is a handy tool for network administrators.

Examples:

  • host google.com - This command will show the content of the A and AAAA records.
  • host -t ns google.com - It will display the name servers of the host.
  • host -t cname mail.google.com - You can use this command to find CNAME records.

Host command is similar to the NSlookup command, but it is more advanced. If you want to learn more about this command, we recommend you to read this article about Linux Host command!