Skip to content

Files

Latest commit

 

History

History
36 lines (23 loc) · 721 Bytes

README.md

File metadata and controls

36 lines (23 loc) · 721 Bytes

Admin API for erldns

This app provides an admin API for querying and controlling an erldns server.

Build Status Module Version

Building

To build:

make

To start fresh:

make fresh

Running

To start the HTTP server, run:

rebar3 shell

Formatting

If your editor doesn't automatically format Erlang code using erlfmt, run:

make format