From 36517fc21b95f1125f39d15efb08070567a4983c Mon Sep 17 00:00:00 2001 From: Stanislav Chzhen Date: Fri, 8 Sep 2023 17:37:28 +0300 Subject: [PATCH] Pull request 2006: 6182-fix-fallback-dns Updates #6182. Squashed commit of the following: commit 7467bf851932a878af0eda01c140056a4261b597 Author: Stanislav Chzhen Date: Fri Sep 8 17:29:44 2023 +0300 dnsforward: imp test commit b807123d6030012bf9e9a4a0e454983a2e012a96 Author: Stanislav Chzhen Date: Fri Sep 8 17:22:49 2023 +0300 dnsforward: add test commit 698fc69e441e9f1e0e4c2878c81309967c058cab Author: Stanislav Chzhen Date: Fri Sep 8 16:50:39 2023 +0300 dnsforward: fix more commit 444ae2870cd78ef736df744d80438b4dae5133ce Author: Stanislav Chzhen Date: Fri Sep 8 16:32:49 2023 +0300 all: upd chlog commit 114ff58c7010528249f27bdc0b2f9bcc537f74c1 Author: Stanislav Chzhen Date: Fri Sep 8 15:59:13 2023 +0300 dnsforward: fix fallback dns --- CHANGELOG.md | 2 ++ internal/dnsforward/dnsforward.go | 1 + internal/dnsforward/dnsforward_test.go | 21 +++++++++++++++++++++ internal/dnsforward/http.go | 1 + internal/dnsforward/http_test.go | 8 ++++++++ 5 files changed, 33 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b23cf6a8..49fc2311 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -25,10 +25,12 @@ NOTE: Add new changes BELOW THIS COMMENT. ### Fixed +- 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