From ec19a85ed02e17001e06134c9d5ed2258c37ec08 Mon Sep 17 00:00:00 2001 From: Eugene Burkov Date: Fri, 10 Feb 2023 16:40:36 +0300 Subject: [PATCH] Pull request: 4939 Client update Merge in DNS/adguard-home from 4939-client-upd to master Updates #4939. Squashed commit of the following: commit 34f35822afcc8020a674cd023a5907b5b3edcb65 Author: Eugene Burkov Date: Fri Feb 10 14:01:57 2023 +0300 all: imp code, docs commit 1cd8767a38f6494c92fb5ceff26abe228fcca638 Author: Eugene Burkov Date: Thu Feb 9 17:20:56 2023 +0300 all: different ttls commit 66d951ba3dd72cb698b89b432cbbbdd65cb421a2 Author: Eugene Burkov Date: Thu Feb 9 14:24:47 2023 +0300 all: imp code commit 3fb8d08310296dad90783f13ba46a1d0ea11da2e Author: Eugene Burkov Date: Wed Feb 8 19:35:29 2023 +0300 home: fix rdns check logic --- CHANGELOG.md | 2 + internal/dnsforward/dnsforward.go | 35 ++++++++++------- internal/dnsforward/dnsforward_test.go | 15 +++++-- internal/home/clients.go | 23 ++++++----- internal/home/clients_test.go | 18 ++++----- internal/home/rdns.go | 54 ++++++++++++++++---------- internal/home/rdns_test.go | 48 +++++++++++++---------- 7 files changed, 119 insertions(+), 76 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 30e280f2..47168a00 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -62,6 +62,7 @@ In this release, the schema version has changed from 14 to 15. ### Fixed +- Client names resolved via reverse DNS not being updated ([#4939]). - The icon for League Of Legends on the Blocked services page ([#5433]). ### Removed @@ -70,6 +71,7 @@ In this release, the schema version has changed from 14 to 15. [#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