J'ai mydomain.com that is hosted on an Azure VM instance called mymachine.cloudapp.net
J'ai besoin de to configure DNS so that les deux www.mydomain.com et mydomain.com get mapped to le même host. Je suis using GoDaddy as registrar.
Currently GoDaddy offers me to créez unn empty (@) A record, so that si I ping mymachine.cloudapp.net et resolve its VIP address I can store it in le A record.
Malheureusement, si le VIP changes et I forget to re-ping I get mydomain.com unreachable, et c'est normal.
When I essayez de move that @ record to le CNAME section so it best points to le VM hostname, I get le suivant error:
A record of a different type exists for the hostname @, could not create CNAME
This occurs les deux si I supprimez le A record et write CNAME, et si there is no @ record in le A section.
How can one set a @ CNAME record in a GoDaddy managed domain?