Skip to content

Releases: joshuar/cf-ddns

v0.4.0

01 Mar 00:22
Compare
Choose a tag to compare

Changelog

  • be29088 Add a one-shot mode, move previous default (daemon) mode to a sub command.

v0.3.5-beta2

28 Feb 00:40
Compare
Choose a tag to compare

Changelog

  • 975c877 Better code re-use. Better typing.

v0.3.5-beta1

26 Feb 23:35
Compare
Choose a tag to compare

Changelog

  • ad28465 Add code to create a new DNS record if it doesn't exist on startup.

v0.3.5-beta

26 Feb 01:37
Compare
Choose a tag to compare

Changelog

  • 5ba54e9 Switch to using github.com/cloudflare/cloudflare-go for interacting with Cloudflare API.

v0.3.4

11 Dec 00:45
Compare
Choose a tag to compare

Changelog

v0.3.3

11 Dec 00:42
Compare
Choose a tag to compare

Changelog

  • d16a3ff Fix parsing of configuration file argument. Add a postinstall script.

v0.3.2

21 Nov 00:35
Compare
Choose a tag to compare

Changelog

684767c Add shortform command-line flags.

v0.3.1

21 Nov 00:28
Compare
Choose a tag to compare

Changelog

7a7d49e Fix packaging.

v0.2.1

17 Jul 23:46
Compare
Choose a tag to compare

Changelog

0a5bd0b Fix packaging...

v0.1.0

17 Jul 23:33
Compare
Choose a tag to compare

Changelog

76c7b91 Add systemd unit file.
7921ad1 Add version command-line option.
d1fe627 Better logging. Can add a non-existent record.
b9a7417 Change address checker URL.
14d7b63 Clean up configuration.
aac4ab9 Close ticker.
46804b2 Delete cf-ddns
53bc547 Handle deleting a record (i.e., when IPv4/IPv6 is disabled. Better logging.
e2843bc Handle network disconnections.
fbf6e5f Initial commit.
8656341 Make sure to get current record details before checking if update is needed...
bf1b8c5 Pass the account struct by reference, no need to copy it.
9330af5 Start using goreleaser.
fc6644e Update version.
50a2ced Use github.com/cenkalti/backoff for connection check.
061f3c9 checkAndUpdate function can be a method of configuration struct.