ispCP - Board - Support
Delegate subdomains dns and other - Printable Version

+- ispCP - Board - Support (http://www.isp-control.net/forum)
+-- Forum: ispCP Omega Contributions Area (/forum-40.html)
+--- Forum: Enhancements (/forum-43.html)
+--- Thread: Delegate subdomains dns and other (/thread-10292.html)



Delegate subdomains dns and other - adriangam - 04-07-2010 06:54 PM

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.


RE: Delegate subdomains dns and other - adriangam - 04-15-2010 05:05 PM

What do U think about this?

Regards.