From 7f6d588fd3cf8b188f635b11280649dda611a7a1 Mon Sep 17 00:00:00 2001 From: "Steven M. Miano" Date: Tue, 28 May 2019 09:34:05 -0400 Subject: [PATCH] adding additional parameters to allow for full inclusion of all zones --- dnsapi/dns_ultra.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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