Our Dynamic DNS (DDNS) service allows you to register a hostname and keep it automatically updated with your current IP address. This ensures that your hostname always points to your device, even when your ISP changes your IP address.
myhome.example.com).Once your IP address changes (for example, when your router reconnects), you need to update the hostname using our API.
API Endpoint
https://updatedip.com/api/update
| Parameter | Description |
|---|---|
| username | Your DDNS account username. |
| password | Your DDNS account password. |
| hostname | The hostname you created (e.g. myhome.updatedip.com.) |
| ip4 | The new IPv4 address. |
curl "https://updatedip.com/api/update? \
username=your_username& \
password=your_password& \
hostname=myhome.updatedip.com.& \
ip=xyz.xyz.xyz.xyz"
This will update your hostname with your current public IP.
Your hostname will now always point to your device, even if your IP changes. The DDNS service will ensure your hostname remains accessible regardless of network changes.