Currently, a third level domain like `third.level.example.com` gets stripped to `level.example.com` by getHostname(). Correct would be of course `example.com`, otherwise the API responds with 5029, "Can not get DNS records for zone. Domain not found."
Currently, a third level domain like
third.level.example.comgets stripped tolevel.example.comby getHostname().Correct would be of course
example.com, otherwise the API responds with 5029, "Can not get DNS records for zone. Domain not found."