I have domainA.com with this DNS Zone:
This works for all subdomains, but does not actually have anything set for the domain name itself. I try to add this:
I get this:
domainA.com. NS ns1.myname.com.
domainA.com. NS ns2.myname.com.
* CNAME domainB.com.
domainA.com. NS ns2.myname.com.
* CNAME domainB.com.
This works for all subdomains, but does not actually have anything set for the domain name itself. I try to add this:
domainA.com. CNAME domainB.com.
I get this:
Unable to save dns zone: named-checkzone returned:
loading "domainA.com" from "/var/named/domainA.com.db.temp" class "IN"
dns_master_load: /var/named/domainA.com.db.temp:23: domainA.com: CNAME and other data
zone domainA.com/IN: loading from master file /var/named/domainA.com.db.temp failed: CNAME and other data
zone domainA.com/IN: not loaded due to errors.