package dns

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

Install

dune-project
 Dependency

Authors

Maintainers

Sources

dns-10.2.5.tbz
sha256=23af091a6e4c13322b7f9094577e6d72dfcd5e23c4ec00fa3520edb4ff9f5fef
sha512=36b2e4eef2fd9f27bdafba10a86b078cb37e4cd461b363a57b71ca9bd7493ec2388cd9e44c374f1c2a65b73e0dd16c959aed7bd0f91151b3027737b44d4c9332

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.