From 1eb1b1108cf9c16dcb606281eed63ab697988331 Mon Sep 17 00:00:00 2001 From: Ainar Garipov Date: Thu, 20 Mar 2025 15:50:04 +0300 Subject: [PATCH] Pull request 2376: 7708-fix-client-addr Updates #7708. Squashed commit of the following: commit 4dd61516c683e3c7eea7beed7e001f37726cae75 Merge: b0763a90b 85e6bf54c Author: Ainar Garipov Date: Thu Mar 20 14:03:11 2025 +0300 Merge branch 'master' into 7708-fix-client-addr commit b0763a90b70d2f1da6d31e2c5215509d4010220b Author: Ainar Garipov Date: Thu Mar 20 13:14:44 2025 +0300 all: fix client rules --- CHANGELOG.md | 3 +++ go.mod | 18 ++++++++--------- go.sum | 36 ++++++++++++++++----------------- internal/client/storage.go | 3 +-- internal/filtering/filter.go | 3 ++- internal/filtering/filtering.go | 7 +++---- internal/filtering/http.go | 1 - 7 files changed, 36 insertions(+), 35 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8fff397f..8b87a552 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,9 +20,12 @@ NOTE: Add new changes BELOW THIS COMMENT. ### Fixed +- Rules with the `client` modifier not working ([#7708]). + - The search form not working in the query log ([#7704]). [#7704]: https://github.com/AdguardTeam/AdGuardHome/issues/7704 +[#7708]: https://github.com/AdguardTeam/AdGuardHome/issues/7708