Package: gdns Title: Tools to Work with Google's 'DNS-over-HTTPS' ('DoH') 'API' Version: 0.4.0 Authors@R: c( person("Bob", "Rudis", email = "bob@rud.is", role = c("aut", "cre"), comment = c(ORCID = "0000-0001-5670-2640")) ) 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. Support for reverse lookups is also provided. See for more information. License: AGPL LazyData: true Encoding: UTF-8 Depends: R (>= 3.0.0) Suggests: testthat Imports: httr, stats, jsonlite, stringi, magrittr RoxygenNote: 6.1.1