mirror of
https://github.com/acmesh-official/acme.sh.git
synced 2025-05-14 17:32:45 +00:00
adding additional parameters to allow for full inclusion of all zones
This commit is contained in:
parent
09bce5e6d6
commit
7f6d588fd3
@ -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…
x
Reference in New Issue
Block a user