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

ednstest

'RFC' 6891 ('EDNS') Compliance Checker

Description

Checks 'Domain Name System' ('DNS') zones for compliance with 'RFC' 6891 ('EDNS').

You can read more about this at the DNS Flag Day website, but the minimal working setup which will allow your domain to survive 2019 DNS flag day must not have timeout result in any of plain DNS and EDNS version 0 tests implemented in ednscomp tool.

What's Inside The Tin

The following functions are implemented:

Installation

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

Usage

library(ednstest)

# current version
packageVersion("ednstest")
edns_test("rud.is")

edns_test("rstudio.com")

edns_test("r-project.org")

ednstest 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/ednstest documentation built on May 29, 2019, 8:34 a.m.