1
0
Fork 0
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.

View file

@ -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)"