type t = [ `Strict | `Wildcard ] * [ `host ] Domain_name.tThe polymorphic variant for hostname validation.
pp ppf host pretty-prints host on ppf: if it is a wildcard, "*." is prefixed to the domain name.
module Set : sig ... endThe module for a set of hostnames.