package dns-client

  1. Overview
  2. Docs
DNS client API

Install

dune-project
 Dependency

Authors

Maintainers

Sources

dns-10.2.1.tbz
sha256=b488cf4c514fd57d4a2cb29b99d4234ae6845eff0d5e79b1059f779f7342478a
sha512=85a7607aee53e5e8a585938c2ab2405a702a1cafbadb609261f27bc7657af8f852d79e9fa014ff79fb1d143e2a77eb7e9c675cdef17b8e9a231295fdb8ce7d79

doc/dns-client/Dns_client/index.html

Module Dns_clientSource

Sourceval default_resolver_hostname : [ `host ] Domain_name.t
Sourceval 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.

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

The pure interface to the client part of uDns.