package dns

  1. Overview
  2. Docs

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.