Create a gdns DNS over TLS context and populate it with a resolver for use in resolution functions

gdns_context(resolvers = "9.9.9.9")

Arguments

resolvers

character vector of valid DNS over TLS resolvers; Defaults to Quad9 (9.9.9.9).

Note

DNS Privacy maintains a list of DNS over TLS servers.

See also

Other query functions: gdns_get_address(), gdns_query()

Examples

x <- gdns_context()
x <- gdns_context("1.1.1.1")