Releases: Zebradil/cloudflare-dynamic-dns
Releases · Zebradil/cloudflare-dynamic-dns
3.0.0
3.0.0 (2024-01-07)
Bug Fixes
- add check for STATE_DIRECTORY when running in systemd mode (25ef6de)
- copy only binary in the container image (d82e524)
- do not shadow variable via assignment (19c7d5a)
- switching between single- and multi-host modes (70e39af)
- validate token and iface values (3ab4e44)
Features
- add --run-every to run periodically (ac2af3c)
- include managed by in the DNS record comment (d829f28)
- replace --systemd flag with --with-state-file (adbc8df)
BREAKING CHANGES
- --systemd flag is replaced with --with-state-file.
2.8.1
2.8.1 (2024-01-07)
Bug Fixes
- set path to config file via envvar (4623ac7)
2.8.0
2.8.0 (2024-01-07)
Features
- accept environment variables for configuration (249d9d8)
2.7.0
2.7.0 (2024-01-07)
Features
- add experimental multihost mode (c5bcb0a)
2.6.1
2.6.1 (2024-01-06)
Bug Fixes
- improve EUI-64 detection by checking for the FFFE injection (fd4da5b)
- use 7th bit from the left to identify EUI-64 addresses (a144a4c)
2.6.0
2.6.0 (2024-01-05)
Features
- add --version flag and log (8fe1e51)
2.5.1
2.5.1 (2024-01-03)
Bug Fixes
- deps: update module github.com/cloudflare/cloudflare-go to v0.85.0 (24f1bb7)
2.5.0
2.5.0 (2024-01-01)
Bug Fixes
- log a warning if the selected IPv6 address is not optimal (0a13ac3)
Features
- prefer EUI-64 over randomly generated identifiers (3d5d772)
2.4.0
2.4.0 (2024-01-01)
Features
- prefer GUA over ULA when selecting IPv6 address (fa8e21a)
2.3.9
2.3.9 (2024-01-01)
Bug Fixes
- add ca-certificates to scratch image (9579a11), closes #90