Whois.Server (Whois v0.4.1)

View Source

A server we can direct WHOIS requests to.

Summary

Functions

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

Types

t()

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

Functions

all()

@spec all() :: map()

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

for(domain)

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