View Source Whois.Server (Whois v0.2.1)

A server we can direct WHOIS requests to.

Summary

Functions

A map from TLD to the WHOIS server we'll query by default.

Types

@type t() :: %Whois.Server{host: String.t()}

Functions

@spec all() :: map()

A map from TLD to the WHOIS server we'll query by default.

@spec for(String.t()) :: {:ok, t()} | {:error, :unsupported_tld}