Feature request: www.cloudns.net #517

Open
opened 2025-11-20 04:24:41 -05:00 by saavagebueno · 0 comments
Owner

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:
&notify=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 !

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=<custom-ip> If you want to receive e-mail notifications for the changes made by DynamicURL, you can use following extra parameter in the URL: &notify=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 !
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ddns-updater#517