DnsResolve
This command issues a name resolution request on the specified port.
Data session should be up on the specified port.
COMMAND
| Command | Line Arguments | Returns | 
|---|---|---|
| DnsResolve | PortIndex, url | url and resolved IP address - Error Code in case of error. | 
OUTPUT
Resolved TCP/IP Address.
EXAMPLE
root@ROBOT2p:/# DnsResolve 0 wiki.opalesystems.com
Name:    wiki.opalesystems.com
Address: 172.245.241.132
root@ROBOT2p:/#