PFsense custom query
PFsense custom query
- Casa
- Pannello di controllo
- Forum della Comunità
- Services
- Dynamic DNS Service
- PFsense custom query
- Forum della Comunità
- PFsense custom query
Argomento: PFsense custom query
Hi,
I am trying to update my custom query for my PFsense router, however I am getting an unknown return when I POST this from firefox. My string is:
http://api.dynu.com/nic/update?hostname=farmview.ddnsfree.com&password=PASSWORD.
Of course I have replaced PASSWORD with my Dynu login password, but the string still doesnt seem to work. I am not getting good|nochg|good %IP%
as a return string, only unknown. This seems to be an authentication issue? What am I doing wrong. The router works with another provider, but they dont give wildcard access, which is why I am trying Dynu.
Thanks
Chris
I am trying to update my custom query for my PFsense router, however I am getting an unknown return when I POST this from firefox. My string is:
http://api.dynu.com/nic/update?hostname=farmview.ddnsfree.com&password=PASSWORD.
Of course I have replaced PASSWORD with my Dynu login password, but the string still doesnt seem to work. I am not getting good|nochg|good %IP%
as a return string, only unknown. This seems to be an authentication issue? What am I doing wrong. The router works with another provider, but they dont give wildcard access, which is why I am trying Dynu.
Thanks
Chris
Rispondi con citazione |Segnalare
Try MD5 hash of the password or set up an IP update password without special characters.
Rispondi con citazione |Segnalare
We are also using PFSense and everything works like a charm.
Our connection string is:
https://api.dynu.com/nic/update?username=USERNAME&password=PASSWORD
We use HTTPS instead of HTTP.
Also, we have all domains using the same server, so we just use the username option.
If you only want to update 1 specific domain, then you can try this:
https://api.dynu.com/nic/update?hostname=YOURDOMAIN&password=PASSWORD&alias=YOURHOST&myip=%IP%
(where alias is the name of the DNS A-record)
Hope it helps
DesignBoys
Our connection string is:
https://api.dynu.com/nic/update?username=USERNAME&password=PASSWORD
We use HTTPS instead of HTTP.
Also, we have all domains using the same server, so we just use the username option.
If you only want to update 1 specific domain, then you can try this:
https://api.dynu.com/nic/update?hostname=YOURDOMAIN&password=PASSWORD&alias=YOURHOST&myip=%IP%
(where alias is the name of the DNS A-record)
Hope it helps
DesignBoys
Rispondi con citazione |Segnalare
Thanks for the help everyone, it was the special characters that did it. Once I removed them it worked better, and also nos using HTTPS and a MD5 hash rather than the clear text. Living and learning...
Rispondi con citazione |Segnalare
| Autore | Argomento: PFsense custom query |
|---|---|
|
chrisdj Iscritto: 27/04/2022 |
giovedì 5 maggio 2022 12:43
Hi,
I am trying to update my custom query for my PFsense router, however I am getting an unknown return when I POST this from firefox. My string is: http://api.dynu.com/nic/update?hostname=farmview.ddnsfree.com&password=PASSWORD. Of course I have replaced PASSWORD with my Dynu login password, but the string still doesnt seem to work. I am not getting good|nochg|good %IP% as a return string, only unknown. This seems to be an authentication issue? What am I doing wrong. The router works with another provider, but they dont give wildcard access, which is why I am trying Dynu. Thanks Chris |
|
timothytw Iscritto: 02/05/2002 |
domenica 8 maggio 2022 21:15
Try MD5 hash of the password or set up an IP update password without special characters.
|
|
DesignBoys Iscritto: 26/05/2021 |
giovedì 19 maggio 2022 04:18
We are also using PFSense and everything works like a charm.
Our connection string is: https://api.dynu.com/nic/update?username=USERNAME&password=PASSWORD We use HTTPS instead of HTTP. Also, we have all domains using the same server, so we just use the username option. If you only want to update 1 specific domain, then you can try this: https://api.dynu.com/nic/update?hostname=YOURDOMAIN&password=PASSWORD&alias=YOURHOST&myip=%IP% (where alias is the name of the DNS A-record) Hope it helps DesignBoys |
|
chrisdj Iscritto: 27/04/2022 |
venerdì 20 maggio 2022 04:32
Thanks for the help everyone, it was the special characters that did it. Once I removed them it worked better, and also nos using HTTPS and a MD5 hash rather than the clear text. Living and learning...
|
sabato 13 giugno 2026 15:45
