Module Dns_clientSource

TODO ideally there'd be something like mirage-flow-lwt that didn't depend on lwt and a ton of other things, and still provided map and connect and so on. leaving this stuff here for now until a better solution presents itself.

Sourceval default_resolver : string

default_resolver is the IPv4 address in dotted-decimal form of the default resolver. Currently it is the IP address of the UncensoredDNS.org anycast service.

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

The pure interface to the client part of uDns.