Branch: refs/heads/master
Home: https://github.com/ddclient/ddclient
Commit: 566c3c3d5e5b323560f593d6d6109a3f948bf924
https://github.com/ddclient/ddclient/commit/566c3c3d5e5b323560f593d6d6109a3f948bf924
Author: Richard Hansen <rh...@rh...>
Date: 2020-06-29 (Mon, 29 Jun 2020)
Changed paths:
M ChangeLog.md
M ddclient.template
Log Message:
-----------
Redo freedns.afraid.org protocol to fix several bugs
* Support IPv6 addresses.
* Support updating addresses that aren't the client's own addresses.
* Set status to 'failed' if the update fails for any reason.
* Don't skip hosts if a previous update failed.
* Check for a non-OK code from the update server.
* Strip headers before processing responses.
This still uses API v1 because API v2 currently has some limitations;
see #180 for details.
Fixes #180
Commit: 58c6570ddec0ef701cc1238640d32d0d5000e9ab
https://github.com/ddclient/ddclient/commit/58c6570ddec0ef701cc1238640d32d0d5000e9ab
Author: Richard Hansen <rh...@rh...>
Date: 2020-06-29 (Mon, 29 Jun 2020)
Changed paths:
M ChangeLog.md
M ddclient.template
Log Message:
-----------
Merge pull request #184 from rhansen/freedns
Redo freedns.afraid.org protocol to fix several bugs
Compare: https://github.com/ddclient/ddclient/compare/d593892c6a1e...58c6570ddec0
|