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.
 
 

38 lines
964 B

# Generated by roxygen2: do not edit by hand
S3method(print,gctx)
S3method(print,gdns_response)
S3method(tidy,gdns_doh_response)
export("%>%")
export(doh_post)
export(doh_servers)
export(gdns_context)
export(gdns_get_address)
export(gdns_get_hosts)
export(gdns_get_resolution_type)
export(gdns_get_resolvconf)
export(gdns_get_root_servers)
export(gdns_get_timeout)
export(gdns_get_tls_ca_file)
export(gdns_get_tls_ca_path)
export(gdns_get_transports)
export(gdns_lib_version)
export(gdns_query)
export(gdns_set_hosts)
export(gdns_set_resolution_type)
export(gdns_set_round_robin_upstreams)
export(gdns_set_timeout)
export(gdns_set_tls_ca_file)
export(gdns_set_tls_ca_path)
export(gdns_set_transports)
export(gdns_update_resolvers)
export(is_gctx)
export(tidy)
export(to_inaddr_arpa)
import(R6)
import(httr)
importFrom(Rcpp,sourceCpp)
importFrom(glue,glue_data)
importFrom(jsonlite,fromJSON)
importFrom(magrittr,"%>%")
useDynLib(clandnstine, .registration = TRUE)