From a50a8abb45e3db7b9085ab2dd9cd3ff0102141af Mon Sep 17 00:00:00 2001 From: Ainar Garipov Date: Mon, 13 Feb 2023 19:07:10 +0300 Subject: [PATCH] Pull request 1734: 5479-ad-do-fix Updates #5479. Squashed commit of the following: commit 348d0b94412aee510f291228b76c41a1b2f31d3e Merge: a0cf6f35 ff04b2a7 Author: Ainar Garipov Date: Mon Feb 13 18:42:47 2023 +0300 Merge branch 'master' into 5479-ad-do-fix commit a0cf6f3565c22b049c1e98d24c19854d911fd6e0 Author: Ainar Garipov Date: Mon Feb 13 18:02:54 2023 +0300 dnsforward: imp names, docs commit dfc0be504b3844ba65c2f21ff604edfc6d9040cd Author: Ainar Garipov Date: Mon Feb 13 14:34:49 2023 +0300 dnsforward: fix ad flag for do reqs --- CHANGELOG.md | 4 +++ internal/dnsforward/dns.go | 54 +++++++++++++++++++++++++++++++------- 2 files changed, 48 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6a23d483..c29314a9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -84,6 +84,8 @@ In this release, the schema version has changed from 14 to 16. ### Fixed +- Setting the AD (Authenticated Data) flag on responses that have the DO (DNSSEC + OK) flag set but not the AD flag ([#5479]). - Client names resolved via reverse DNS not being updated ([#4939]). - The icon for League Of Legends on the Blocked services page ([#5433]). @@ -91,10 +93,12 @@ In this release, the schema version has changed from 14 to 16. - Go 1.18 support, as it has reached end of life. + [#1717]: https://github.com/AdguardTeam/AdGuardHome/issues/1717 [#4299]: https://github.com/AdguardTeam/AdGuardHome/issues/4299 [#4939]: https://github.com/AdguardTeam/AdGuardHome/issues/4939 [#5433]: https://github.com/AdguardTeam/AdGuardHome/issues/5433 +[#5479]: https://github.com/AdguardTeam/AdGuardHome/issues/5479