get_domain_info {ipbase} | R Documentation |
Retrieves all domains hosted on a single IP address
Description
Retrieves all domains hosted on a single IP address
Usage
get_domain_info(ip = NULL, page = NULL, limit = NULL)
Arguments
ip |
(required) The IP you want to query the domains for |
page |
The page for iterating through all domains |
limit |
The amount of domains you want to see on each page |
Value
Retrieves all domains hosted on a single IP address
[Package ipbase version 0.1.1 Index]