Releases: N3xed/ddns-update-daemon
Releases · N3xed/ddns-update-daemon
v1.0.0
- feat: Better error handling.
- Rediscover internet gateway when the UPnP request fails.
- Add
-v
,--verbose
flag for enabling debug printing. - Do not look at the
RUST_LOG
environment 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
--version
or-V
. - Fix not taking
router_ip
into account for determining the gateway.
v0.2.0
- Added the ability to watch the local IP address instead by setting
router_ip
to the loopback address127.0.0.1
. - Dependency minor version updates.
v0.1.0
Initial release.