mirror of
https://github.com/tunix/digitalocean-dyndns
synced 2024-11-17 05:55:25 +00:00
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 \
|
||||
-H "Content-Type: application/json" \
|
||||
-H "Authorization: Bearer $DIGITALOCEAN_TOKEN" \
|
||||
$dns_list)
|
||||
$dns_list"?per_page=200")
|
||||
|
||||
ip="$(curl -s ipinfo.io/ip)"
|
||||
|
||||
|
|
Loading…
Reference in a new issue