Browse Source

adding additional parameters to allow for full inclusion of all zones

pull/2299/head
Steven M. Miano 7 years ago
parent
commit
7f6d588fd3
  1. 2
      dnsapi/dns_ultra.sh

2
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

Loading…
Cancel
Save