I need to add a TXT record for the subdomain test.domain.com in the zone file. This zone file has an existing CNAME for the same subdomain. Two entries are as follows:
test IN CNAME asdf.someotherdomain.com. test IN TXT "Some text i need to add"
But when I try to save this, I get an error:
dns_master_load: :45: test.domain.com: CNAME and other data zone domain.com/IN: loading from master file failed: CNAME and other data zone domain.com/IN: not loaded due to errors. status: FAIL
It works if I do it with different sub-regions, for example:
test IN CNAME asdf.someotherdomain.com. testing IN TXT "Some text i need to add"
I'm not really the best when it comes to DNS. Is it not possible to have the same subdomain in this scenario? Or am I missing something?
The servers are binding.
source share