From 65b526b9690277eb823a79d842d95092a7020d7a Mon Sep 17 00:00:00 2001 From: Dimitry Kolyshev Date: Tue, 11 Jul 2023 15:46:01 +0300 Subject: [PATCH] Pull request: 5972-ip-dupl-ans Updates #5972. Squashed commit of the following: commit 0e089f9ff8fd7e6d7cb53aa7c3b92435d1d41a81 Author: Dimitry Kolyshev Date: Tue Jul 11 15:33:16 2023 +0300 dnsforward: imp code commit 39527c078fd9ad6ea4906659e185d54e74ef6465 Merge: 03641b0b5 61ed74374 Author: Dimitry Kolyshev Date: Tue Jul 11 11:29:19 2023 +0300 Merge remote-tracking branch 'origin/master' into 5972-ip-dupl-ans # Conflicts: # CHANGELOG.md commit 03641b0b511f8e48d386be76d0a4776296cf047d Author: Dimitry Kolyshev Date: Mon Jul 10 14:03:28 2023 +0300 all: dupl ips in answer --- CHANGELOG.md | 2 ++ internal/dnsforward/filter_test.go | 13 +++++++++++++ internal/dnsforward/msg.go | 20 +++++++++++++++++--- 3 files changed, 32 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 493d4a76..52aef95c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -66,6 +66,7 @@ In this release, the schema version has changed from 23 to 24. ### Fixed +- Two unspecified IPs when a host is blocked in two filter lists ([#5972]). - Incorrect setting of Parental Control cache size. - Excessive RAM and CPU consumption by Safe Browsing and Parental Control filters ([#5896]). @@ -81,6 +82,7 @@ In this release, the schema version has changed from 23 to 24. image, and reload it from scratch. [#5896]: https://github.com/AdguardTeam/AdGuardHome/issues/5896 +[#5972]: https://github.com/AdguardTeam/AdGuardHome/issues/5972