You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 lines
587 B

#' Perform Bulk 'DNS' Queries Using 'zdns'
#'
#' Provides wrapper/helper methods for executing 'zdns'
#' (<https://github.com/zmap/zdns>) bulk queries along with utility methods to
#' retrieve and cache 'Public DNS' (<http://public-dns.info/>) nameserver lists.
#'
#' - `zdns`: <https://github.com/zmap/zdns>
#' - `Public DNS Lists`: <http://public-dns.info/>
#'
#' - URL: <https://gitlab.com/hrbrmstr/zdnsr>
#' - BugReports: <https://gitlab.com/hrbrmstr/zdnsr/issues>
#'
#' @md
#' @name zdnsr
#' @docType package
#' @author Bob Rudis (bob@@rud.is)
#' @importFrom jsonlite fromJSON
NULL