In this hotfix release with the “lucky” ☘️ patch number we have fixed a couple of issues that prevented some DHCP clients from receiving their assigned IP addresses. We've also added the new dns.ipset_file
setting, which should help users who maintain large ipset
s, for example to use in firewall or VPN settings.
Acknowledgements
A special thanks to our open-source contributor, @hellodword, as well as to everyone who filed and inspected issues, added translations, and helped us test this release!
Full Changelog
See also the v0.107.13 GitHub milestone.
Added
- The new optional
dns.ipset_file
property, which can be set in the configuration file. It allows loading theipset
list from a file, just likedns.upstream_dns_file
does for upstream servers (#4686).
Changed
- The minimum DHCP message size is reassigned back to BOOTP's constraint of 300 bytes (#4904).
Fixed
- Panic when adding a static lease within the disabled DHCP server (#4722).