You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The RackSpace DNS API only returns 100 domains at a time when you use the "list domains" endpoint. This can cause the _get_root_zone() function to falsely return the "invalid domain" error.
If you change line 97 as follows it works nicely for accounts with hundreds of domains: if ! _rackspace_rest GET "$RACKSPACE_Tenant/domains/search?name=$h"; then
Rackspace uses different endpoints for different regions. E.g. UK uses https://lon.dns.api.rackspacecloud.com. This means that the current code does not work for people in the UK.
For reporting bugs in the Rackspace DNS API
The text was updated successfully, but these errors were encountered: