Skip to content

Releases: vandycknick/cloudflare-ddns

v1.0.1

18 Mar 18:48
1617c0f
Compare
Choose a tag to compare

Release v1.0.1

Fixed

  • In Kubernetes runAsNonRoot relies on the USER in docker to be a numeric value. This release changes the user to the nobody user.

Full Changelog: v1.0.0...v1.0.1

v1.0.0

18 Mar 18:22
121a63f
Compare
Choose a tag to compare

Release v1.0.0

Changed

  • Updated to dotnet 6.0
  • Updated dependencies to the latest version

Full Changelog: v0.5.0...v1.0.0

v0.4.0

06 Dec 10:18
ad6e854
Compare
Choose a tag to compare

Release v0.4.0

Fixed

  • Resolving public IP with Cloudflare DNS not working because Cloudflare uses Chaos class.

v0.3.0

14 Nov 13:13
7b99d3b
Compare
Choose a tag to compare

Release v0.3.0

Added

  • Ability to resolve public ip over DNS (cloudflare, google)
  • Ability to switch between DNS or HTTP resolvers
  • Ability to fallback to another resolver when the first one is not able to resolve a public IP.
  • Ability to disable resolving public ipv4 or ipv6 address

Changed

  • Changed config file specification (Breaking).

v0.2.0

11 Nov 21:43
65a8f72
Compare
Choose a tag to compare

Release v0.2.0

Added

  • Allow setting api token via environment variable CLOUDFLARE_API_TOKEN
  • Allow configuring log-level via cli argument --log-level (verbose, info, warning, error)
  • Added helm chart for k8s deployments

Changed

  • apiKey in config file renamed to apiToken to align naming with cloudflare. (Breaking)

v0.1.0

11 Nov 12:59
57e7a0d
Compare
Choose a tag to compare

Release v0.1.0

Notes

  • Initial release