Releases: CallVDois/dns-manager
Releases · CallVDois/dns-manager
Release list
0.2.1
What's Changed
- Main by @jhonatapers in #10
- Feature/GitHub actions by @jhonatapers in #13
- Release/v0.2.1 by @jhonatapers in #14
Full Changelog: v0.2.0...0.2.1
v0.2.0
What's Changed
- Create LICENSE by @jhonatapers in #4
- Feature/discord webhook by @needkg in #7
Full Changelog: v0.1.0...v0.2.0
v0.1.0
📝 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) andAAAA(IPv6) records. - ⏱️ Configurable update interval using environment variables.
- 🔒 Secure design with external secret injection (no secrets stored in image).