Skip to content

Releases: fgiudici/ddflare

v0.5.0

24 Dec 23:18
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.4.0...v0.5.0

v0.4.0

11 Dec 23:34
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.3.0...v0.4.0

v0.3.0

09 Dec 22:15
Compare
Choose a tag to compare

This release introduces support to DynDNS update protocol v3, extending ddflare support to many DDNS providers.

What's Changed

Full Changelog: v0.2.0...v0.3.0

v0.2.0

30 Nov 00:17
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.0...v0.2.0

v0.1.0

21 Nov 16:03
Compare
Choose a tag to compare

ddflare - initial release

This is the initial release of ddflare: it allows to update a domain name record (A type) via Cloudflare APIs (this means the domain name should be managed by Cloudflare).

ddflare set -t $CLOUDFLARE_TOKEN $DOMAIN_NAME will update $DOMAIN_NAME to the current public IP.

known issues

  • The set command always prints to stdout debug logs

What's Changed

Full Changelog: https://github.com/fgiudici/ddflare/commits/v0.1.0