Hi,
This is how bind works (see 2.4 of
RFC-1912)
You should add an A RR for the domain. Something like that (taken from one of my customers zone):
Code:
<snip>
IN A 216.239.32.21
IN A 216.239.34.21
IN A 216.239.36.21
IN A 216.239.38.21
www IN CNAME ghs.google.com.
You could also use:
Code:
IN CNAME ghs.google.com.
(note the blank space at the beginning of the line), but strictly speaking it's not correct according to the above rfc
Regards