Hey,
I recently transitioned my DNS to the DNS Manager, and I ran into a couple of problems/annoyances.
The first issue is the inability to create full length SRV records, including domain in the protocol -- as referenced here and in the docs from google
http://rutger.heijmerikx.nl/2008/04/google-talk-for-google-apps-srv-records/ -- perhaps just a "custom record" idea is in order?
The second, and in my opinion, most major issue, is that the DNS manager adds a trailing dot to every entry no matter what. In my case, I had a record that looked like this on the other host:
Code:
www IN CNAME viagra
and when I used the "import" command, it translated to this:
Code:
www IN CNAME viagra.
note the dot at the end -- this broke all my CNAMES until I realized the issue and made the entries FQDNs. Here's my beef: when importing, you should either omit the dot (can you make it optional?) or translate non-dotted records to a FQDN. At the very least, you need a warning on the CNAME page saying that a dot will be appended.