You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 !
The text was updated successfully, but these errors were encountered:
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 !
The text was updated successfully, but these errors were encountered: