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.

32 lines
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;
пре 4 година
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{
пре 4 година
Other query functions:
\code{\link{gdns_get_address}()},
\code{\link{gdns_query}()}
пре 5 година
}
\concept{query functions}