A server we can direct WHOIS requests to.
A map from TLD to the WHOIS server we'll query by default.
@type t() :: %Whois.Server{host: String.t()}
@spec all() :: map()
@spec for(String.t()) :: {:ok, t()} | {:error, :unsupported_tld}