Releases: N3xed/ddns-update-daemon
Releases · N3xed/ddns-update-daemon
v1.0.1
v1.0.0
- feat: Better error handling.
- Rediscover internet gateway when the UPnP request fails.
- Add
-v,--verboseflag for enabling debug printing. - Do not look at the
RUST_LOGenvironment variable anymore.
- feat: Remove auto-detecting the configuration file. Now always expects the config file as the first argument.
- Update and improve README.
- Update dependencies.
- Publish on crates.io.
v0.3.0
- feat: Add updater for custom URLs.
- feat: Allow executing command on IP change.
- Update dependencies.
- Show the version with
--versionor-V. - Fix not taking
router_ipinto account for determining the gateway.
v0.2.0
- Added the ability to watch the local IP address instead by setting
router_ipto the loopback address127.0.0.1. - Dependency minor version updates.
v0.1.0
Initial release.