From 8b8ae8ffadd34ebb69a28a958c4ccc1feb73bb69 Mon Sep 17 00:00:00 2001 From: Ainar Garipov Date: Fri, 8 Sep 2023 17:55:13 +0300 Subject: [PATCH] Pull request 2007: 6183-orig-resp Closes #6183. Squashed commit of the following: commit a99b935d7a152f2cf2d003057cfb8e3c7c3579c5 Merge: 3534f663f 36517fc21 Author: Ainar Garipov Date: Fri Sep 8 17:46:51 2023 +0300 Merge branch 'master' into 6183-orig-resp commit 3534f663ff4aaacc4a1044b018802bd23cd8f7ec Author: Ainar Garipov Date: Fri Sep 8 17:00:54 2023 +0300 dnsforward: fix orig resp --- CHANGELOG.md | 2 ++ internal/dnsforward/filter.go | 47 ++++++++++++++++-------------- internal/dnsforward/filter_test.go | 22 +++++++++----- internal/dnsforward/process.go | 21 +++++-------- 4 files changed, 50 insertions(+), 42 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 49fc2311..41812ad3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -25,12 +25,14 @@ NOTE: Add new changes BELOW THIS COMMENT. ### Fixed +- Incorrect original answer when a response is filtered ([#6183]). - Comments in the *Fallback DNS servers* field in the UI ([#6182]). - Empty or default Safe Browsing and Parental Control settings ([#6181]). - Various UI issues. [#6181]: https://github.com/AdguardTeam/AdGuardHome/issues/6181 [#6182]: https://github.com/AdguardTeam/AdGuardHome/issues/6182 +[#6183]: https://github.com/AdguardTeam/AdGuardHome/issues/6183