Forum Moderators: phranque
example.com IN A 1.2.3.4
www.example.com IN A 1.2.3.4
My question is can I add a CNAME www.example.com pointing to another host eg. www.foobar.com which resolves to another IP?
So the final zone record would have the following:
example.com IN A 1.2.3.4
www.example.com IN A 1.2.3.4
www.example.com IN CNAME www.foobar.com
What kind of affect am I expecting here? Sorry for this dumb question cos I'm new to DNS stuff...