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.
Updated by Anonymous over 14 years ago
Forgot to say this is on 2.0 Beta snapshot "2.0-BETA1
built on Tue Apr 13 19:26:36 EDT 2010".
Updated by Seth Mos over 14 years ago
- Status changed from New to Feedback
- % Done changed from 0 to 50
Fixed the dyndns.class in the repo. Please test a newer snapshot soon to tell use if it has been resolved.
Updated by Anonymous over 14 years ago
Applied the fix manually on my system and OpenDNS updates seem to be working fine now.
Updated by Chris Buechler over 13 years ago
- Status changed from Feedback to Resolved
- % Done changed from 50 to 100
Actions