lookupHostedDomain {ip2locationio} | R Documentation |
Lookup for domains hosted on an IP address.
Description
Lookup for a list of hosted domain names by the IP address.
Usage
lookupHostedDomain(ip, page)
Arguments
ip |
IPv4 or IPv6 address |
page |
(optional) Pagination result returns of the hosted domains. If unspecified, 1st page will be used. |
Value
Return list of hosted domain names by the IP address
Examples
## Not run:
lookupHostedDomain("1.0.241.135")
## End(Not run)
[Package ip2locationio version 1.1.0 Index]