package dns-client

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

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.

OCaml

Innovation. Community. Security.