Branch: refs/heads/master
Home: https://github.com/ddclient/ddclient
Commit: 323a873b222db5d0f16ddf0fa964f9147cb7c3c1
https://github.com/ddclient/ddclient/commit/323a873b222db5d0f16ddf0fa964f9147cb7c3c1
Author: Richard Hansen <rh...@rh...>
Date: 2020-06-23 (Tue, 23 Jun 2020)
Changed paths:
M ddclient
Log Message:
-----------
Change geturl to take a hash of parameters
This makes the call sites more readable, and it will be easier to
extend in the future (to add an option to force IPv4 or IPv6, for
example).
Commit: 39bd6fce9e78a58763fdf16fb65c3274d739ee44
https://github.com/ddclient/ddclient/commit/39bd6fce9e78a58763fdf16fb65c3274d739ee44
Author: Richard Hansen <rh...@rh...>
Date: 2020-06-23 (Tue, 23 Jun 2020)
Changed paths:
M ddclient
Log Message:
-----------
New geturl param to force IPv4 or IPv6
This will be used by the upcoming `webv4` and `webv6` options to
ensure that the checkip service returns the desired type of IP
address.
Addresses #172
Commit: 271f277126f77e357a491192fcc333689737d33b
https://github.com/ddclient/ddclient/commit/271f277126f77e357a491192fcc333689737d33b
Author: Sandro <san...@gm...>
Date: 2020-06-24 (Wed, 24 Jun 2020)
Changed paths:
M ddclient
Log Message:
-----------
Merge pull request #169 from rhansen/geturl-force-ip-version
Compare: https://github.com/ddclient/ddclient/compare/7fafb8df7e0e...271f277126f7
|