package dns-client

  1. Overview
  2. Docs
DNS resolver API

Install

dune-project
 Dependency

Authors

Maintainers

Sources

dns-6.3.0.tbz
sha256=dc40237a737d1088b83ec5c26437af9843c3692e316c449b71b07ba458307351
sha512=4716559298ab5c5c47bcb94f3614ea3309033a710469ca2a16e1eda8012b596897a9f26007ed8fb360e6119cf94e88c4ae7e74137863959a4c54aa9983277020

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.