Skip to content

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

License

Notifications You must be signed in to change notification settings

kagux/ex_dns_client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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
```

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages