Pull request #2421: AGNDS-2949 Fix DHCP name resolve

Merge in DNS/adguard-home from AGNDS-2949-fix-dhcp-name-resolve to master

Squashed commit of the following:

commit f766313f391643cb80c97e6e7333c753614d6d8e
Author: Eugene Burkov <E.Burkov@AdGuard.COM>
Date:   Tue Jun 3 17:39:19 2025 +0300

    dnsforward: fix test

commit a181c98df6ad4a2e5690c34288cb87c65c2c3f50
Author: Eugene Burkov <E.Burkov@AdGuard.COM>
Date:   Mon Jun 2 17:37:38 2025 +0300

    dnsforward: add tests, imp docs

commit 81cee6f47a78d57b6cbeb6ff55b9601b3f84afd4
Author: Eugene Burkov <E.Burkov@AdGuard.COM>
Date:   Mon Jun 2 17:20:49 2025 +0300

    dnsforward: match whole subdomain for dhcp names
This commit is contained in:
Eugene Burkov
2025-06-04 18:06:43 +03:00
parent 7cf1600f1b
commit e1f87ac8f4
3 changed files with 45 additions and 36 deletions

View File

@@ -20,6 +20,8 @@ NOTE: Add new changes BELOW THIS COMMENT.
### Fixed
- The hostnames of DHCP clients with multiple labels not being recognized.
- Status reported by the systemd service implementation in cases of auto-restart after a failed start.
<!--