gdns: Tools to Work with Google's 'DNS'-over-'HTTPS' ('DoH') API

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.

Version: 0.5.0
Depends: R (≥ 3.5.0)
Imports: httr, stats, jsonlite, stringi, magrittr, tinytest
Published: 2020-05-15
Author: Bob Rudis ORCID iD [aut, cre]
Maintainer: Bob Rudis <bob at rud.is>
License: MIT + file LICENSE
NeedsCompilation: no
Materials: README NEWS
In views: WebTechnologies
CRAN checks: gdns results

Documentation:

Reference manual: gdns.pdf

Downloads:

Package source: gdns_0.5.0.tar.gz
Windows binaries: r-devel: gdns_0.5.0.zip, r-release: gdns_0.5.0.zip, r-oldrel: gdns_0.5.0.zip
macOS binaries: r-release (arm64): gdns_0.5.0.tgz, r-oldrel (arm64): gdns_0.5.0.tgz, r-release (x86_64): gdns_0.5.0.tgz, r-oldrel (x86_64): gdns_0.5.0.tgz
Old sources: gdns archive

Linking:

Please use the canonical form https://CRAN.R-project.org/package=gdns to link to this page.