resolve: DNS Lookup

Description Usage Arguments References Examples

View source: R/dns.r

Description

Look up the IP address for the provided list of hostnames.

Usage

1
resolve(hostnames = NULL)

Arguments

hostnames

Comma-separated list of hostnames; example "google.com,bing.com". If length(hostnames) > 1 the entire vector will be converted to a comma-separated parameter to pass to Shodan.

References

https://developer.shodan.io/api

Examples

1
2
resolve("google.com,bing.com")
resolve(c("google.com", "bing.com"))

hrbrmstr/shodan documentation built on May 17, 2019, 5:13 p.m.