Knowledge base
1000 FAQs, 500 tutorials and explanatory videos. Here, there are only solutions!
Use DynDNS by Infomaniak API
This guide provides guidance on how to use theAPI to update your DynDNS (Dynamic DNS) recording Infomaniak.
Preamble
- Unspecified
myip
(according to examples below) will include by default the IP source of the query. - Make sure to connect a
IPv4
orIPv6
depending on the type of record to be updated (A
orAAAA
). - It is recommended that: do not use special characters in the username and password.
Using the DynDNS API
Make a query POST
(GET
also allowed) to the following URL:
https://infomaniak.com/nic/update
The API requires the HTTPS protocol Here is an example of a request:
https://username:password@infomaniak.com/nic/update?hostname=subdomain.yourdomain.com&myip=1.2.3.4
This alternative request may also be used:
https://infomaniak.com/nic/update?hostname=subdomain.yourdomain.com&myip=1.2.3.4&username=XXX&password=XXX
Link to this FAQ: