Tools to work with the Google DNS over HTTPS API in R https://cinc.rud.is/web/packages/gdns/
Je kunt niet meer dan 25 onderwerpen selecteren Onderwerpen moeten beginnen met een letter of nummer, kunnen streepjes bevatten ('-') en kunnen maximaal 35 tekens lang zijn.

23 regels
801 B

% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/gdns-package.r
\docType{data}
\name{resource_record_tbl}
\alias{resource_record_tbl}
\title{An overview of resource records (RRs) permissible in zone files of the Domain Name System (DNS)}
\format{A data frame with 39 rows and 4 variables:
\describe{
\item{type}{numeric type of the resource record}
\item{name}{short name of the resource record}
\item{description}{short description of the resource record}
\item{purpose}{long-form description of the resource record purpose/function/usage}
}}
\source{
\url{https://en.wikipedia.org/wiki/List_of_DNS_record_types}
}
\usage{
resource_record_tbl
}
\description{
A dataset containing the DNS resource record types, names, description and purpose
}
\keyword{datasets}