From 286f32b618cff872ac4bc524fc0d1bbca0a9b242 Mon Sep 17 00:00:00 2001 From: Leonid Nikitin Date: Mon, 9 Mar 2026 11:05:34 +0500 Subject: [PATCH] Rename `kor-elf-shield ban clear` command to `kor-elf-shield block clear` and update `CHANGELOG.md`. --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ff982e1..82b09af 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,7 @@ * В файл настроек analyzer.toml в [[bruteForceProtection.groups.rate_limits]] добавлен новый параметр "block_type". * В файл настроек analyzer.toml в [[bruteForceProtection.groups.rate_limits]] добавлен новый параметр "ports". * Смотрите полный список по ссылке: https://git.kor-elf.net/kor-elf-shield/kor-elf-shield/src/commit/d0a358a445b1dec850d8b84c06e86bd6872796cf/assets/configs/analyzer.toml +* Команда `kor-elf-shield ban clear` была переименованна в `kor-elf-shield block clear`. *** #### English * You can now fine-tune port blocking for the IP address attempting to brute-force a password. @@ -13,6 +14,7 @@ * A new "block_type" parameter has been added to the analyzer.toml settings file in [[bruteForceProtection.groups.rate_limits]]. * A new "ports" parameter has been added to the analyzer.toml settings file in [[bruteForceProtection.groups.rate_limits]]. * See the full list at: https://git.kor-elf.net/kor-elf-shield/kor-elf-shield/src/commit/d0a358a445b1dec850d8b84c06e86bd6872796cf/assets/configs/analyzer.toml +* The `kor-elf-shield ban clear` command has been renamed to `kor-elf-shield block clear`. *** ## 0.7.0 (8.2.2026) ***