Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Dns_forward.Configmodule Address : sig ... endmodule Domain : sig ... endmodule Server : sig ... endtype t = {servers : Server.Set.t;Upstream DNS servers
*)search : string list;Ordered list of domains to search
*)assume_offline_after_drops : int option;Once this number of drops have happened, assume the server is offline
*)}A DNS configuration
include Comparable with type t := tval to_string : t -> stringReturn a human-readable string corresponding to a configuration
module Unix : sig ... end