Avisaro Online Documentation - Wiki
Impressum Kontakt Sitemap

DNS

Description

This command issues a name server query. It needs a single argument which is the domain name. For this to work, the Avisrao module must be connected to the internet and the name server must be configured as well.

Return value

ERR_OK (0) if the DNS query succeded. Also the IP address of the given domain name will be printed to the command line.
ERR_NO_DATA (8) if no answer arrived. 

Example

DNS www.yahoo.com

Remarks

IP address output, if successful, is of the well-known dotted format.