knitr::opts_chunk$set(collapse=TRUE, fig.retina=2, message=FALSE, warning=FALSE)
options(width=120)

Travis-CI Build Status Coverage Status CRAN_Status_Badge

playdoh

Make 'DNS over HTTPS' Queries

Description

Make 'DNS over HTTPS' Queries

DoH RTFM: https://tools.ietf.org/id/draft-ietf-doh-dns-over-https-05.html

What's Inside The Tin

The following functions are implemented:

Utility

DoH

Installation

devtools::install_git("https://sr.ht.com/~hrbrmstr/playdoh.git")
# or
devtools::install_gitlab("hrbrmstr/playdoh.git")
# or (if you must)
devtools::install_github("hrbrmstr/playdoh")

Usage

library(playdoh)
library(tidyverse) # for printing

# current version
packageVersion("playdoh")

Basic functionality

doh_get("apple.com", "A")

doh_get("rud.is", "AAAA")

doh_get("rud.is", "MX")

doh_get("lenovo.com", "TXT")

doh_get("dataassurance.pwc.com", "CNAME")

doh_get("rud.is", "NS")

doh_get("rud.is", "SOA")

doh_get(to_inaddr_arpa("104.244.13.104"), "PTR")

playdoh Metrics

cloc::cloc_pkg_md()

Code of Conduct

Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms.



hrbrmstr/playdoh documentation built on June 7, 2019, 9:56 a.m.