Skip to content

Releases: ben-zen/ddns-updater

v1.2.0

06 Aug 23:23
Compare
Choose a tag to compare

Added checking the current public address against your active DNS record, to avoid hitting HE's servers more than necessary. Also massively updated dependencies, moving off of the ancient prerelease version of Tokio this application was using.

This now marks several years of it successfully keeping my network updated with no intervention, however, so that's pretty fantastic.

Stable with Interfaces

02 Sep 06:47
133c0bc
Compare
Choose a tag to compare

Now the tool uses a combination of interface and record type to build the client for each update, which clarifies handling IPv6 addresses. Future support for TXT records will need to be sorted out; I haven't decided on an approach to that just yet.

Initial stable release

30 Aug 20:52
Compare
Choose a tag to compare

The tool successfully achieves the goal of updating DDNS records in Hurricane Electric's DNS, can be run automatically with systemd, and the core logic has tests in place. Documentation is available, and several examples are on hand.