Specify whether DNS queries are performed with recursive lookups or as a stub resolver

gdns_set_resolution_type(gctx, res_type = c("stub", "recursive"))

Arguments

gctx

gdns resolver context created with gdns_resolver()

res_type

length 1 character vector of either "stub" or "recursive"

See also

Examples

x <- gdns_context()
x <- gdns_set_resolution_type(x, "stub")