mirror of
https://github.com/qdm12/ddns-updater.git
synced 2026-08-02 10:38:41 -04:00
Feature request: www.cloudns.net #517
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @cutix65 on GitHub (Apr 24, 2025).
DDNS updater for domain (A record) under CloudDNS.net
This is the url to be executed in order to update an record:
wget -q --read-timeout=0.0 --waitretry=5 --tries=400 --background https://ipv4.cloudns.net/api/dynamicURL/?q="KEY"
or
https://ipv4.cloudns.net/api/dynamicURL/?q="KEY"
Instructions from CludDNS:
If you are behind proxy and your real IP is set in the header X-Forwarded-For you need to add &proxy=1 at the end of the DynamicURL.
If you need to set your IP address in the request, instead our system to use the IP address from where you are making the request, you can add following parameter in the URL:
&ip=
If you want to receive e-mail notifications for the changes made by DynamicURL, you can use following extra parameter in the URL:
¬ify=1
If you want to update the Main IP of the Failover check (if such is activated for the record), you can use following extra parameter in the URL:
&update_fo_main_ip=1
Thanks !