Skip to content

AdGuard Home v0.107.13

Compare
Choose a tag to compare
@adguard-bot adguard-bot released this 14 Sep 14:55
· 1077 commits to master since this release

In this hotfix release with the “lucky” :shamrock: 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 ipsets, 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 the ipset list from a file, just like dns.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).