Updated dnydns script
This commit is contained in:
parent
39e153b8e1
commit
27699cd6fc
@ -12,7 +12,11 @@ info() { printf "\n%s %s\n\n" "$( date )" "$*" >&2; }
|
|||||||
|
|
||||||
info "Starting IP update for subdomains"
|
info "Starting IP update for subdomains"
|
||||||
|
|
||||||
echo "https://dynamicdns.park-your-domain.com/update?host=$DYDNS_DOMAIN&domain=$DYDNS_HOST&password=$DYDNS_PASSWORD"
|
echo "https://dynamicdns.park-your-domain.com/update?host=$DYDNS_HOST&domain=$DYDNS_DOMAIN&password=$DYDNS_PASS"
|
||||||
curl "https://dynamicdns.park-your-domain.com/update?host=$DYDNS_DOMAIN&domain=$DYDNS_HOST&password=$DYDNS_PASSWORD"
|
|
||||||
|
# first subdomain
|
||||||
|
curl "https://dynamicdns.park-your-domain.com/update?host=$DYDNS_HOST&domain=$DYDNS_DOMAIN&password=$DYDNS_PASS"
|
||||||
|
# second subdomain
|
||||||
|
curl "https://dynamicdns.park-your-domain.com/update?host=$DYDNS_HOST2&domain=$DYDNS_DOMAIN&password=$DYDNS_PASS"
|
||||||
|
|
||||||
info "IP update done"
|
info "IP update done"
|
||||||
|
Loading…
Reference in New Issue
Block a user