Is there an direct URL Ad...
Is there an direct URL Adress availiable for update the IP ?
- Accueil
- Espace Client
- Community Forum
- Services
- Dynamic DNS Service
- Is there an direct URL Adress availiable for update the IP ?
- Community Forum
- Is there an direct URL Adress availiable for update the IP ?
Topic: Is there an direct URL Adress availiable for update the IP ?
Hello everybody
I just want to know if there any direct URL Adress is availiable for update the IP ?
Cause i want make the request over python request and here you need an direct URL Address.
regards john
I just want to know if there any direct URL Adress is availiable for update the IP ?
Cause i want make the request over python request and here you need an direct URL Address.
regards john
Reply with quote |Report
Yeah. There is a direct URL you can use to update the IP. It would be something like https://api.dynu.com/nic/update?username=&password=&hostname=
You can pass in different parameters depending on what hostnames you are trying to update. The parameter names include:
username=** : optional if you want to update one hostname and are passing in the hostname
password=** : password or base64, sha256 encoded password. Required
hostname=** : optional. You can use username and password to update all hostnames in your account
location=** : optional. Location name can be assigned to a hostname in the control panel. If you pass in username and location, all hostnames with the same location name will be updated
myip=** : optional. If you do not pass in an IPv4 address, the IP where the request originates will be used. If you do not want to update IPv4, pass in 'myip=no'.
myipv6=** : optional. Same as myip except it is IPv6 address.
You can pass in different parameters depending on what hostnames you are trying to update. The parameter names include:
username=** : optional if you want to update one hostname and are passing in the hostname
password=** : password or base64, sha256 encoded password. Required
hostname=** : optional. You can use username and password to update all hostnames in your account
location=** : optional. Location name can be assigned to a hostname in the control panel. If you pass in username and location, all hostnames with the same location name will be updated
myip=** : optional. If you do not pass in an IPv4 address, the IP where the request originates will be used. If you do not want to update IPv4, pass in 'myip=no'.
myipv6=** : optional. Same as myip except it is IPv6 address.
Reply with quote |Report
| Author | Topic: Is there an direct URL Adress availiable for update the IP ? |
|---|---|
|
moejoedoe Joined: 21/09/2017 |
jeudi 21 septembre 2017 04:35
Hello everybody
I just want to know if there any direct URL Adress is availiable for update the IP ? Cause i want make the request over python request and here you need an direct URL Address. regards john |
|
armo Joined: 23/06/2017 |
jeudi 28 septembre 2017 16:35
Yeah. There is a direct URL you can use to update the IP. It would be something like https://api.dynu.com/nic/update?username=&password=&hostname=
You can pass in different parameters depending on what hostnames you are trying to update. The parameter names include: username=** : optional if you want to update one hostname and are passing in the hostname password=** : password or base64, sha256 encoded password. Required hostname=** : optional. You can use username and password to update all hostnames in your account location=** : optional. Location name can be assigned to a hostname in the control panel. If you pass in username and location, all hostnames with the same location name will be updated myip=** : optional. If you do not pass in an IPv4 address, the IP where the request originates will be used. If you do not want to update IPv4, pass in 'myip=no'. myipv6=** : optional. Same as myip except it is IPv6 address. |
samedi 13 juin 2026 08:41
