Releases: joshuar/cf-ddns
Releases · joshuar/cf-ddns
v0.4.0
v0.3.5-beta2
Changelog
- 975c877 Better code re-use. Better typing.
v0.3.5-beta1
Changelog
- ad28465 Add code to create a new DNS record if it doesn't exist on startup.
v0.3.5-beta
Changelog
- 5ba54e9 Switch to using github.com/cloudflare/cloudflare-go for interacting with Cloudflare API.
v0.3.4
v0.3.3
v0.3.2
v0.3.1
v0.2.1
v0.1.0
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.