I am testing out the new DDND feature introduced in v92.
I have it setup in CPanel, but need clarification on how to call it to update the IP.
My DD-WRT router had a DDND updater built in. It insists that I enter a username and password, so I added the CPanel account details.
Viewing it's logs, it seems to send a GET request like this:
I've read the DDNS instructions page, but are there any technical details on what the updater will be looking at?
With the above request I get this response:
I have it setup in CPanel, but need clarification on how to call it to update the IP.
My DD-WRT router had a DDND updater built in. It insists that I enter a username and password, so I added the CPanel account details.
Viewing it's logs, it seems to send a GET request like this:
You can see it connects to the host using the path supplied by the DDNS page in CPanel. It sends the user/pass as a basic auth header. It also insists on appending the DDNS host to the end as a query parameter.GET /cpanelwebcall/zvatjiaxfbfkio<redacted>ueyzpvv?home.<redacted>.com HTTP/1.0
Authorization: Basic ZGRhZGR<redacted>tMHRlY21h
Host: <redacted>.com
User-Agent: inadyn advanced/1.96-ADV [email protected]
I've read the DDNS instructions page, but are there any technical details on what the updater will be looking at?
With the above request I get this response:
I already have DDNS working using a custom script, but thought i'd give this new feature a whirl.Tue Dec 1 14:36:04 2020: W:INADYN: Response Code: 1
Tue Dec 1 14:36:04 2020: W:INADYN: Error validating DYNDNS svr answer. Check usr,pass,hostname! (HTTP/1.1 404 Not Found
Date: Tue, 01 Dec 2020 14:36:04 GMT
Server: Apache
Content-Length: 315
Connection: close
Content-Type: text/html; charset=iso-8859-1
Not Found
The requested URL was not found on this server.
Additionally, a 404 Not Found
error was encountered while trying to use an ErrorDocument to handle the request.
)
Last edited by a moderator: