Merge pull request #10 from aklinkert/master
Load more than 20 records to work around big zones
This commit is contained in:
commit
37937309be
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ while ( true ); do
|
||||||
domain_records=$(curl -s -X GET \
|
domain_records=$(curl -s -X GET \
|
||||||
-H "Content-Type: application/json" \
|
-H "Content-Type: application/json" \
|
||||||
-H "Authorization: Bearer $DIGITALOCEAN_TOKEN" \
|
-H "Authorization: Bearer $DIGITALOCEAN_TOKEN" \
|
||||||
$dns_list)
|
$dns_list"?per_page=200")
|
||||||
|
|
||||||
ip="$(curl -s ipinfo.io/ip)"
|
ip="$(curl -s ipinfo.io/ip)"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue