mirror of
https://git.proxmox.com/git/mirror_acme.sh
synced 2025-04-28 18:40:57 +00:00
Changed records per page to 5000
This commit is contained in:
parent
e36fbd6af5
commit
c1ec2afeca
@ -152,7 +152,7 @@ _get_records() {
|
||||
sub_domain=$3
|
||||
|
||||
_debug "fetching txt records"
|
||||
_dnsimple_rest GET "$account_id/zones/$domain/records?per_page=100&sort=id:desc"
|
||||
_dnsimple_rest GET "$account_id/zones/$domain/records?per_page=5000&sort=id:desc"
|
||||
|
||||
if ! _contains "$response" "\"id\":"; then
|
||||
_err "failed to retrieve records"
|
||||
|
Loading…
Reference in New Issue
Block a user