Packages
An Erlang DNS message library that supports most common record types, TSIG authenticated messages, EDNS0 and DNSSEC.
Current section
Files
Jump to
Current section
Files
src/dns_erlang.app.src
{application,dns_erlang,
[{description,"An Erlang DNS message library that supports most common record types, TSIG authenticated messages, EDNS0 and DNSSEC."},
{vsn,"2.0.0"},
{licenses,["Apache"]},
{modules,[]},
{registered,[]},
{applications,[kernel,stdlib,crypto,base32]},
{env,[]},
{licenses,["Apache-2.0"]},
{links,[{"GitHub","https://github.com/dnsimple/dns_erlang"}]}]}.