dns
DNS client and server implementation in pure OCaml
1024" x-on:close-sidebar="sidebar=window.innerWidth > 1024 && true">
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
Library dns
type t =
| Nameserver of Ipaddr.t * int option |
| Port of int |
| Domain of string |
| Lookup of LookupValue.t list |
| Search of string list |
| Sortlist of string list |
| Options of OptionsValue.t list |
val of_string : string -> t
val to_string : t -> string