package dns

  1. Overview
  2. Docs
An opinionated Domain Name System (DNS) library

Install

dune-project
 Dependency

Authors

Maintainers

Sources

dns-10.2.0.tbz
sha256=ad27c09256f9848658ee625d69140c898c24694aca43550bfb6fee5bc83e74e8
sha512=d5d6a0580d55485cbe46841fb8d5acd7de801bf6ce980f31888836425e39f23f3ff2e909c5f195b15a36166ae97ecd68d24429318028ae8d1ea9322df2f5a65d

doc/dns/Dns/Nsec/index.html

Module Dns.NsecSource

Nsec

Authenticated denial of existence resource record, used by DNSSec.

Sourcetype t = {
  1. next_domain : [ `raw ] Domain_name.t;
  2. types : Bit_map.t;
}

The type of Nsec.

Sourceval pp : t Fmt.t

pp ppf t pretty-prints the Nsec.

Sourceval compare : t -> t -> int

compare a b compares the Nsec a with b.