View Source erldns_admin (erldns v4.2.0)
Erldns admin API.
Configuration:
This application will read from your sys.config
the following example:
{erldns, [
{admin, [
{credentials, {<<"username">>, <<"password">>}},
{port, 8083}
]}
]}
where credentials
is a tuple of username
and password
as either strings or binaries,
and port
is a valid Unix port to listen on.
Summary
Types
Configuration parameters, see the module documentation for details.
Common state for all handlers