mirror of
https://github.com/tunix/digitalocean-dyndns
synced 2024-12-22 21:09:52 +00:00
Compare commits
No commits in common. "37937309be764453054fd985710395ae96187d45" and "db6c6d4c003a9ba5ef4aa91fcb5ad032e89c0b03" have entirely different histories.
37937309be
...
db6c6d4c00
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"?per_page=200")
|
||||
$dns_list)
|
||||
|
||||
ip="$(curl -s ipinfo.io/ip)"
|
||||
|
||||
|
|
Loading…
Reference in a new issue