From 8842b2df90bbadbba17daeea0fa73525f2d7de9d Mon Sep 17 00:00:00 2001 From: Stanislav Chzhen Date: Mon, 9 Oct 2023 13:15:51 +0300 Subject: [PATCH] Pull request 2027: 6233-ipset-cached-entries Updates #6233. Squashed commit of the following: commit ef7692fb78a287a51a6b50c4ac0f1c33857a9ff0 Merge: b3ef5de41 8b6c260de Author: Stanislav Chzhen Date: Mon Oct 9 13:07:10 2023 +0300 Merge branch 'master' into 6233-ipset-cached-entries commit b3ef5de411d2ebb2f344430daf81e05a33ae4e78 Author: Stanislav Chzhen Date: Mon Oct 9 13:06:23 2023 +0300 all: fix typo commit d42a970336d1d7e8a2f7c8459bf862762cdac8f6 Author: Stanislav Chzhen Date: Fri Oct 6 19:26:51 2023 +0300 all: imp chlog commit 818931a136c7b851820f8ff8e05ada5360da2090 Author: Stanislav Chzhen Date: Fri Oct 6 18:30:52 2023 +0300 all: upd chlog commit af3dc60c038f04690882eca30a6f9c7d23f7c371 Author: Stanislav Chzhen Date: Fri Oct 6 18:03:01 2023 +0300 ipset: imp docs commit 2c9d6c0c88ba2c2185b4d29212272ad5d48ae474 Author: Stanislav Chzhen Date: Fri Oct 6 16:53:42 2023 +0300 all: add tests commit 0d41eaabf7a275c6a9eb4a1d64aa551d4d8de367 Author: Stanislav Chzhen Date: Fri Oct 6 15:12:54 2023 +0300 ipset: rm cache --- CHANGELOG.md | 2 + .../{ipset_test.go => ipset_internal_test.go} | 71 +++++++++++++++++++ internal/ipset/ipset_linux.go | 38 ---------- internal/ipset/ipset_linux_internal_test.go | 1 + 4 files changed, 74 insertions(+), 38 deletions(-) rename internal/dnsforward/{ipset_test.go => ipset_internal_test.go} (66%) diff --git a/CHANGELOG.md b/CHANGELOG.md index 831e15c9..b128128d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -31,6 +31,7 @@ NOTE: Add new changes BELOW THIS COMMENT. ### Changed +- ipset entries are updated more often ([6233]). - Node.JS 16 is now required to build the frontend. ### Fixed @@ -44,6 +45,7 @@ NOTE: Add new changes BELOW THIS COMMENT. [#4569]: https://github.com/AdguardTeam/AdGuardHome/issues/4569 [#6226]: https://github.com/AdguardTeam/AdGuardHome/issues/6226 [#6231]: https://github.com/AdguardTeam/AdGuardHome/issues/6231 +[#6233]: https://github.com/AdguardTeam/AdGuardHome/issues/6233 [#6280]: https://github.com/AdguardTeam/AdGuardHome/issues/6280