Module Dns_client

val default_resolver_hostname : [ `host ] Domain_name.t
val default_resolvers : Ipaddr.t list

default_resolver is a list of IPv6 and IPv4 address of the default resolver. Currently it is the IP address of the UncensoredDNS.org anycast service.

module type S = sig ... end
module Make (T : S) : sig ... end
module Pure : sig ... end

The pure interface to the client part of uDns.