[Ddclient-forum] [ ddclient-Bugs-1860495 ] Fixes for dnspark.com and SSL
Brought to you by:
supersandro2000,
wimpunk
|
From: SourceForge.net <no...@so...> - 2007-12-29 18:35:24
|
Bugs item #1860495, was opened at 2007-12-29 19:35 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=676128&aid=1860495&group_id=116817 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Remy Blank (remyblank) Assigned to: Nobody/Anonymous (nobody) Summary: Fixes for dnspark.com and SSL Initial Comment: I am using ddclient-3.7.3 on Gentoo with both dyndns.org and dnspark.com. It has two problems with the latter: - Updates using SSL have a different URL than unencrypted ones. According to this page: http://www.dnspark.com/support/developers/updateSpecs.php The update URL is at: https://www.dnspark.net/api/dynamic/update.php and the "myip=" parameter seems to have been renamed to "ip=". - When a host is already set to the correct IP address, an initial run of ddclient gets a "nochange" status code, which is interpreted by ddclient as a failure, therefore the cache file is not updated, and the change is re-tried after 5 minutes. The "nochange" status code should rather be interpreted as a success, and the cache should be updated. I attached a patch for ddclient-3.7.3 that corrects both problems and works fine here on three PCs running Gentoo Linux. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=676128&aid=1860495&group_id=116817 |