Current section

Files

Jump to
erldns src erldns.app.src
Raw

src/erldns.app.src

{application,erldns,
[{description,"Erlang Authoritative DNS Server"},
{vsn,"5.0.0"},
{licenses,["MIT"]},
{mod,{erldns_app,[]}},
{applications,[kernel,stdlib,inets,crypto,dns_erlang,ssl,mnesia,
bear,folsom,iso8601,nodefinder,cowboy,ranch]},
{start_phases,[{post_start,[]}]},
{licenses,["Apache-2.0"]},
{links,[{"GitHub","https://github.com/dnsimple/erldns"}]}]}.