hostless DNS CNAME record
问题 We are running BIND 9.9.7 on Centos 6.5 and for a long time I have been creating "hostless" DNS entries so that sites work with or without the www. Eg: www IN A 192.168.1.1 domain.com. IN A 192.168.1.1 However, our client wants to use a CNAME record to a cloudfront host and the "hostless" entry doesn't work as a CNAME record. In fact, it more than doesn't work, BIND won't even load the zone file. The error is "failed: CNAME and other data" domain.com. IN CNAME host.cloudfront.net. www IN