package dns

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

Install

Dune Dependency

Authors

Maintainers

Sources

dns-6.4.0.tbz
sha256=00472d566bbfd66da13642eab5fade12fde56b20dd7ac5c50415b88d052d6175
sha512=0ddeee4a155852c7ffa619de603e54dabe9ec315b79e4a1cb22a13884f9d3893458f1fa3c7b97f2eda60b29f1bfa401e53d531d8ded1089dcd8497ffa3ad1afb

doc/dns/Dns/Ns/index.html

Module Dns.NsSource

Name server

A name server (NS) record specifies authority over the domain. Each domain may have multiple name server records, at least two.

Sourcetype t = [ `host ] Domain_name.t

The type of a nameserver record.

Sourceval pp : t Fmt.t

pp ppf t pretty-prints the nameserver.

Sourceval compare : t -> t -> int

compare a b compares the nameserver a with b.

OCaml

Innovation. Community. Security.