Skip to content

Releases: CallVDois/dns-manager

0.2.1

Choose a tag to compare

@jhonatapers jhonatapers released this 08 May 19:23
9650d3a

What's Changed

Full Changelog: v0.2.0...0.2.1

v0.2.0

Choose a tag to compare

@jhonatapers jhonatapers released this 04 May 16:06
1667349

What's Changed

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

v0.1.0

Choose a tag to compare

@jhonatapers jhonatapers released this 08 Apr 18:50
4e1e81f

📝 Release Description

This is the initial release of the DNS Auto Updater.

It features built-in support for updating A and AAAA DNS records through the Cloudflare API. Designed for dynamic IP environments, the application periodically checks the current public IP address and updates the specified DNS records if any changes are detected.


✅ Features

  • 🌐 Cloudflare support for managing DNS records.
  • 🔄 Automatic updates for A (IPv4) and AAAA (IPv6) records.
  • ⏱️ Configurable update interval using environment variables.
  • 🔒 Secure design with external secret injection (no secrets stored in image).