As I am now back to using Linode after suffering a while with VPS.NET (which I would no longer recommend to anybody after the unbelievable and ridiculous outages, software bugs and what have you, I have experienced with them over the past months), I needed to migrate the DNS settings for my domains from VPS.NET to Linode.
Unfortunately while Linode does support DNS zone transfers, VPS.NET does not... but luckily both have APIs which allow this among other things. So I have quickly put together a ruby script, and got all my domains migrated in a very short time.
However, I have a doubt: because, while importing, Linode API did not support the value "@" used by VPS.NET to define the default value for a host, I have omitted the "host" parameter when creating domain resources with Linode API having that value as host. The parameter in fact is optional, so I guess that omitting it would make the API set the correct default value, but now in Linode DNS manager I see something like this:
Is this correct or should it show something other than an empty string?
I want to double check before chaging name servers for these domains.
Thanks