From e1f87ac8f47fec4ce49533e63845390837b6f10e Mon Sep 17 00:00:00 2001 From: Eugene Burkov Date: Wed, 4 Jun 2025 18:06:43 +0300 Subject: [PATCH] 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 Date: Tue Jun 3 17:39:19 2025 +0300 dnsforward: fix test commit a181c98df6ad4a2e5690c34288cb87c65c2c3f50 Author: Eugene Burkov Date: Mon Jun 2 17:37:38 2025 +0300 dnsforward: add tests, imp docs commit 81cee6f47a78d57b6cbeb6ff55b9601b3f84afd4 Author: Eugene Burkov Date: Mon Jun 2 17:20:49 2025 +0300 dnsforward: match whole subdomain for dhcp names --- CHANGELOG.md | 2 + internal/dnsforward/process.go | 2 +- internal/dnsforward/process_internal_test.go | 77 +++++++++++--------- 3 files changed, 45 insertions(+), 36 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d81ec51d..b87ea61c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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.