Skip to content

Version 0.2.1

Compare
Choose a tag to compare
@Hentra Hentra released this 22 Jun 09:22
· 23 commits to master since this release

Release Notes

Added Features:

  • Add IP address cache
    This release introduces an optional IP address cache which stores the last known IP addresses. This allows for a reduction in network
    usage as the DNS records from netcup only need to be fetched when the current IP addresses differ from the IP addresses of the last
    run of the program. For the configuration of the cache two new configuration variables are added: IP-CACHE and IP-CACHE-TIMEOUT.
    This Fixes Issue #1.

See the documentation for further reference.

Bug fixes:

none