Perform Secure-by-default or Woefully Insecure ‘DNS’ Queries
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.

22 lines
726 B

#' Perform Secure-by-default or Woefully Insecure 'DNS' Queries
5 years ago
#'
#' Methods are provided to query 'Domain Name System' ('DNS') stub
#' and recursive resolvers for all 'DNS' resource record types using 'UDP',
#' TCP', and/or 'TLS' transport layers. 'DNS' query support is provided
#' by the 'getdns' (<getdnsapi.net>) C library.
#'
5 years ago
#'
#' - URL: <https://gitlab.com/hrbrmstr/clandnstine>
#' - BugReports: <https://gitlab.com/hrbrmstr/clandnstine/issues>
5 years ago
#'
#' @md
#' @name clandnstine
#' @docType package
#' @author Bob Rudis (bob@@rud.is)
#' @keywords internal
5 years ago
#' @import httr R6
#' @importFrom glue glue_data
#' @importFrom jsonlite fromJSON
5 years ago
#' @useDynLib clandnstine, .registration = TRUE
#' @importFrom Rcpp sourceCpp
NULL