mirror of
https://github.com/aljazceru/addons.git
synced 2026-02-08 06:34:20 +01:00
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "Duck DNS",
|
||||
"version": "0.1",
|
||||
"version": "0.2",
|
||||
"slug": "duckdns",
|
||||
"description": "Free dynamic DNS hosted on Amazon VPC",
|
||||
"url": "https://home-assistant.io/addons/duckdns/",
|
||||
|
||||
@@ -17,6 +17,7 @@ done
|
||||
|
||||
#
|
||||
while true; do
|
||||
curl -k "https://www.duckdns.org/update?domains=$DOMAIN_ARG&token=$TOKEN&ip=" || true
|
||||
ANSWER="$(curl -sk "https://www.duckdns.org/update?domains=$DOMAIN_ARG&token=$TOKEN&ip=&verbose=true")"
|
||||
echo "$(date): $ANSWER"
|
||||
sleep "$SECONDS"
|
||||
done
|
||||
|
||||
Reference in New Issue
Block a user