adding "IN A" record for subdomain through cpanel account
we have a cpanel account with "domain.com " address. we want to create subdomain.domain.com and let for a different host (lets say 1.2.3.4) manage it totaly. if we had a access to BIND config for "domain.com" , i would add these additional records:subdomain IN A 1.2.3.4
ns1.subdomain IN A 1.2.3.4
subdomain IN NS ns1.subdomain.domain.com.
but now we have only access to cpanel. is there a soluton?