Packages

A rudimentary DNS client. Thin wrapper around erlang's `inet_res` library

Current section

Files

Jump to
ex_dns_client README.md
Raw

README.md

# ExDnsClient
A rudimentary DNS client. Thin wrapper around erlang's `inet_res` library
## Installation
The package can be installed as:
1. Add `ex_dns_client` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[{:ex_dns_client, "~> 0.1.0"}]
end
```