Tools to work with the Google DNS over HTTPS API in R https://cinc.rud.is/web/packages/gdns/
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.

29 lines
1.0 KiB

Package: gdns
Title: Tools to Work with Google DNS Over HTTPS API
Version: 0.2.1
Authors@R: c(person("Bob", "Rudis", email = "bob@rud.is", role = c("aut", "cre")))
Maintainer: Bob Rudis <bob@rud.is>
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 <https://developers.google.com/speed/public-dns/docs/dns-over-https>
for more information.
License: AGPL + file LICENSE
LazyData: true
Encoding: UTF-8
Depends:
R (>= 3.0.0)
Suggests:
testthat
Imports:
httr,
jsonlite,
purrr,
stringi,
tibble,
dplyr
RoxygenNote: 6.0.1