Skip to content

Releases: N3xed/ddns-update-daemon

v1.0.0

05 May 20:49
a04f4ff
Compare
Choose a tag to compare
  • 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

03 Mar 16:41
Compare
Choose a tag to compare
  • 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

19 Feb 16:38
Compare
Choose a tag to compare
  • Added the ability to watch the local IP address instead by setting router_ip to the loopback address 127.0.0.1.
  • Dependency minor version updates.

v0.1.0

05 Aug 19:54
Compare
Choose a tag to compare
Initial release.