1000 FAQs, 500 tutorials and explanatory videos. Here, there are only solutions!
DynDNS via Infomaniak API
his guide provides instructions for using the API to update your Infomaniak DynDNS (dynamic DNS) record.
Using the DynDNS API
Make a POST request (GET also allowed) to the following URL:
https://infomaniak.com/nic/update
The API requires the HTTPS protocol . Here is an example query:
https://username:password@infomaniak.com/nic/update?hostname=subdomain.yourdomain.com&myip=1.2.3.4
This alternative query can also be used:
https://infomaniak.com/nic/update?hostname=subdomain.yourdomain.com&myip=1.2.3.4&username=XXX&password=XXX
Not specifying myip will by default include the source IP of the request.
Make sure to connect an IPv4 or an IPv6 depending on the type of record to update (A or AAAA)