package dns

  1. Overview
  2. Docs
type t =
  1. | Debug
  2. | Edns0
  3. | Inet6
  4. | Insecure1
  5. | Insecure2
  6. | Ndots of int
exception Unknown of string
val of_string : string -> t
val to_string : t -> string