A simple but relatively complete DNS and DHCP implementation based on a MySQL (Or other) database with both servers drawing information from the same source thus eliminating one of the headaches of administering a small network.
DNSsec key management add-on to ISC bind 9.9.x for zones with
auto-dnssec maintain;
inline-signing yes;
.Creates and deletes keys, submits delegation signer (DS) resource records or public DNSKEYs to parent.
Zones may be local, public or reverse (IP4 or IP6).
Initial support for joker.com (public) and ripe.net (reverse).