Is there an direct URL Ad...
Is there an direct URL Adress availiable for update the IP ?
- Casa
- Pannello di controllo
- Forum della Comunità
- Services
- Dynamic DNS Service
- Is there an direct URL Adress availiable for update the IP ?
- Forum della Comunità
- Is there an direct URL Adress availiable for update the IP ?
Argomento: Is there an direct URL Adress availiable for update the IP ?
di moejoedoe su giovedì 21 settembre 2017
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
Rispondi con citazione |Segnalare
di armo su giovedì 28 settembre 2017
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.
Rispondi con citazione |Segnalare
| Autore | Argomento: Is there an direct URL Adress availiable for update the IP ? |
|---|---|
|
moejoedoe Iscritto: 21/09/2017 |
giovedì 21 settembre 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 Iscritto: 23/06/2017 |
giovedì 28 settembre 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. |
sabato 13 giugno 2026 08:39
