GSMLG.Whois.Server (GSMLG.Whois v0.3.0)

Define whois server address. Find whois server of Domain, IP or AS.

Link to this section Summary

Link to this section Types

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

Link to this section Functions

@spec for_asn(String.t() | Integer.t()) :: {:ok, t()}
@spec for_domain(String.t()) :: {:ok, t()}
@spec for_ip(String.t()) :: {:ok, t()}