dnsimple / erldns

DNS server, in Erlang.
MIT License
405 stars 98 forks source link

Start servers upon application startup #14

Closed timclassic closed 10 years ago

timclassic commented 10 years ago

This change notifies the servers to enter service when application startup is complete, instead of only when erldns:start/0 has been used to bring erldns online.

aeden commented 10 years ago

Thanks!