Caution
This repo has been archived and its contents have been merged into erldns.
Admin API for erldns
This app provides an admin API for querying and controlling an erldns server.
To build:
makeTo start fresh:
make freshTo start the HTTP server, run:
rebar3 shellIf your editor doesn't automatically format Erlang code using erlfmt, run:
make format