Perform Secure-by-default or Woefully Insecure ‘DNS’ Queries
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

32 lines
869 B

% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/resolver.R
\name{gdns_context}
\alias{gdns_context}
\title{Create a gdns DNS over TLS context and populate it with a resolver
for use in resolution functions}
\usage{
gdns_context(resolvers = "9.9.9.9")
}
\arguments{
před 5 roky
\item{resolvers}{character vector of valid DNS over TLS resolvers;
Defaults to Quad9 (\verb{9.9.9.9}).}
}
\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.
}
\examples{
x <- gdns_context()
x <- gdns_context("1.1.1.1")
}
před 5 roky
\seealso{
Other query functions:
\code{\link{gdns_get_address}()},
\code{\link{gdns_query}()}
před 5 roky
}
\concept{query functions}