GSMLG.Whois (GSMLG.Whois v0.5.0)

Documentation for GSMLG.Whois.

Lookup Raw Whois

GSMLG.Whois.lookup_raw("gsmlg.app")

TODO:

Add parsed whois infomation.

Summary

Functions

Lookup Whois information of Domain / IP address / AS Number.

Types

opts()

@type opts() :: [{:server, GSMLG.Whois.Server.t()}]

reason()

@type reason() :: :timeout | :closed | {:timeout, restData()} | :inet.posix()

restData()

@type restData() :: binary()

Functions

lookup_raw(qs, opts \\ [])

@spec lookup_raw(binary(), opts()) ::
  {:ok, [{binary(), binary()}]} | {:error, reason()}

Lookup Whois information of Domain / IP address / AS Number.

Return a list of whois information.

format: [{server, raw_whois}, ...]