Package: gdns Title: Tools to Work with Google DNS Over HTTPS API Version: 0.1.0.9000 Authors@R: c(person("Bob", "Rudis", email = "bob@rudis.net", role = c("aut", "cre"))) Maintainer: Bob Rudis Description: To address the problem of insecurity of UDP-based DNS requests, Google Public DNS offers DNS resolution over an encrypted HTTPS connection. DNS-over-HTTPS greatly enhances privacy and security between a client and a recursive resolver, and complements DNSSEC to provide end-to-end authenticated DNS lookups. Functions that enable querying individual requests that bulk requests that return detailed responses and bulk requests are both provided. License: AGPL + file LICENSE LazyData: true Encoding: UTF-8 Depends: R (>= 3.0.0) Suggests: testthat Imports: httr, jsonlite, purrr RoxygenNote: 5.0.1