diff --git a/dnsapi/dns_ultra.sh b/dnsapi/dns_ultra.sh index 0100b3b7..1d3604f2 100644 --- a/dnsapi/dns_ultra.sh +++ b/dnsapi/dns_ultra.sh @@ -117,7 +117,7 @@ _get_root() { #not valid return 1 fi - if ! _ultra_rest GET "zones"; then + if ! _ultra_rest GET "zones?limit=1000&Offset=1000"; then return 1 fi if _contains "${response}" "${h}." >/dev/null; then