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

32 рядки
869 B

5 роки тому
% Generated by roxygen2: do not edit by hand
5 роки тому
% Please edit documentation in R/resolver.R
5 роки тому
\name{gdns_context}
\alias{gdns_context}
5 роки тому
\title{Create a gdns DNS over TLS context and populate it with a resolver
for use in resolution functions}
\usage{
5 роки тому
gdns_context(resolvers = "9.9.9.9")
5 роки тому
}
\arguments{
5 роки тому
\item{resolvers}{character vector of valid DNS over TLS resolvers;
Defaults to Quad9 (\verb{9.9.9.9}).}
5 роки тому
}
\description{
Create a gdns DNS over TLS context and populate it with a resolver
for use in resolution functions
}
\note{
\href{https://dnsprivacy.org/wiki/display/DP/DNS+Privacy+Test+Servers#DNSPrivacyTestServers-DoTservers}{DNS Privacy}
maintains a list of DNS over TLS servers.
}
5 роки тому
\examples{
5 роки тому
x <- gdns_context()
x <- gdns_context("1.1.1.1")
5 роки тому
}
5 роки тому
\seealso{
Other query functions:
\code{\link{gdns_get_address}()},
\code{\link{gdns_query}()}
5 роки тому
}
\concept{query functions}