DnsResolve

From Opale Wiki
Revision as of 19:48, 7 July 2025 by Administrator (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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:/#