Perform Secure-by-default or Woefully Insecure ‘DNS’ Queries
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

22 строки
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 лет назад
}