Branch: refs/heads/master
Home: https://github.com/ddclient/ddclient
Commit: f6d5ce3383173f0278079358dde58edfac3e3ac5
https://github.com/ddclient/ddclient/commit/f6d5ce3383173f0278079358dde58edfac3e3ac5
Author: Richard Hansen <rh...@rh...>
Date: 2020-06-13 (Sat, 13 Jun 2020)
Changed paths:
M ddclient
Log Message:
-----------
Fix global fallback when host-specific setting is undefined
This commit only changes behavior if the hostname is a falsy string
(`''` or `'0'`) and there is a variable that:
* was not set globally before the host definition,
* was not set in the host definition,
* was set globally after the host definition, and
* is relevant to the host.
Commit: 0b60ce3f94ae9cd3a9a1c6502b94f2a54280c14a
https://github.com/ddclient/ddclient/commit/0b60ce3f94ae9cd3a9a1c6502b94f2a54280c14a
Author: Sandro <san...@gm...>
Date: 2020-06-14 (Sun, 14 Jun 2020)
Changed paths:
M ddclient
Log Message:
-----------
Merge pull request #174 from rhansen/host-opt
Fix global fallback when host-specific setting is undefined
Compare: https://github.com/ddclient/ddclient/compare/b3f2f7029d3f...0b60ce3f94ae
|