IpReverselookup()
Performs a reverse IP lookup to determine the domain
Usage
STRING = IpReverselookup(
ip,
dns
)
Argument | Summary |
---|---|
ip | ip - the IP address of the server you wish to get the domain records for |
dns | dns - IP address of the DNS server to use for the lookup [optional] |
Calling
Supports named-parameter calling allowing you to use the function like:
IpReverselookup( ip=?, dns=? );
Supports passing parameters as a structure using ArgumentCollection:
IpReverselookup( ArgumentCollection={ ip : ?, dns : ? } );