package dns

  1. Overview
  2. Docs
module LookupValue : sig ... end
module OptionsValue : sig ... end
module KeywordValue : sig ... end
val map_line : string -> string option
type t = KeywordValue.t list
val all_servers : KeywordValue.t list -> (Ipaddr.t * int) list
val choose_server : KeywordValue.t list -> (Ipaddr.t * int) option
val search_domains : KeywordValue.t list -> string list