Actions
Bug #552
closedOpenDNS dynamic dns update does not work
Status:
Resolved
Priority:
Normal
Assignee:
-
Category:
Dynamic DNS
Target version:
-
Start date:
04/27/2010
Due date:
% Done:
100%
Estimated time:
Plus Target Version:
Release Notes:
Affected Version:
Affected Architecture:
Description
Update of OpenDNS dynamic dns does not work, updates are rejected with error php: /services_dyndns_edit.php: phpDynDNS: (Error) Hostname you are trying to update does not exist.
The problem seems to be in dyndns.class around line 410 where the update url is set to:
https://updates.opendns.com/nic/update?hostname=
The code then does not append the contents of $this->_dnsHost to the update url as it should.
Actions