Version 0.2.1
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
andIP-CACHE-TIMEOUT
.
This Fixes Issue #1.
See the documentation for further reference.
Bug fixes:
none