Perform Secure-by-default or Woefully Insecure ‘DNS’ Queries
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.

22 lines
582 B

пре 5 година
% Generated by roxygen2: do not edit by hand
пре 5 година
% Please edit documentation in R/resolver.R
пре 5 година
\name{gdns_resolver}
\alias{gdns_resolver}
\title{Create a gdns DNS over TLS context and populate it with a resolver
for use in resolution functions}
\usage{
пре 5 година
gdns_resolver(resolvers = "9.9.9.9")
пре 5 година
}
\arguments{
пре 5 година
\item{resolver}{character vector of valid DNS over TLS resolvers;
пре 5 година
Defaults to Quad9 (\code{9.9.9.9}).}
}
\description{
Create a gdns DNS over TLS context and populate it with a resolver
for use in resolution functions
}
\examples{
x <- gdns_resolver()
пре 5 година
x <- gdns_resolver("1.1.1.1")
пре 5 година
}