host v0.2.0 Host
A small suite of DNS query functions.
Link to this section Summary
Functions
Reverse DNS lookup from an IP address as bitstring
Link to this section Functions
Link to this function
reverse_lookup(list)
Reverse DNS lookup from an IP address as bitstring.
Examples
iex> Host.reverse_lookup(ip: "127.0.0.1")
{:ok, "localhost"}