Hi,
Permit delegating dns to subdomains can ben a good enhacement.
Permit create a NS type on DNS service. By example:
Code:
subdomain NS ns1.subdomain.domain.tld.
subdomain NS ns2.subdomain.econemon.tld.
ns1.subdomain A "IP"
ns2.subdomain A "IP"
We need to create an IN NS record called "subdomain", and then, create a IN A record to the "ns1.subdomain.domain.tld" and "ns2.subdomain.domain.tld". This don't be necesary to be automatic. The administrator have to know this. The enhancement is to add the NS type in the combo box.
By other side, the panel don't permit to create this:
subdomain IN CNAME sub-domain.domain.tld
This fails because de "-". This character is correct to use with dns servers.
Sorry for my bad english.
Regards.
EDIT: Only one more enhancement: Permit to modify the master dns. If the panel is on "server.domain.tld", permit to add from panel (only for administrators) subdomains, by example, to add "nagios.server.domain.tld".
Regards.