From f2efa656d7593b43e7775ca338fa47a4d38eb316 Mon Sep 17 00:00:00 2001 From: Tim Veluwenkamp Date: Wed, 25 Feb 2026 08:55:17 +0100 Subject: [PATCH 1/2] Document 'block_bad_ips_enabled' setting Added documentation for blocking bad IPs feature. --- .../tools/how-to-use-the-hypernode-systemctl-cli-tool.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/hypernode-platform/tools/how-to-use-the-hypernode-systemctl-cli-tool.md b/docs/hypernode-platform/tools/how-to-use-the-hypernode-systemctl-cli-tool.md index 84ad20db..2d07f43b 100644 --- a/docs/hypernode-platform/tools/how-to-use-the-hypernode-systemctl-cli-tool.md +++ b/docs/hypernode-platform/tools/how-to-use-the-hypernode-systemctl-cli-tool.md @@ -76,6 +76,8 @@ To see which values you can set and which values they are allowed to have take a | **varnish_large_thread_pool_stack**
| False | True, False | | **varnish_version**
Change the Varnish version | 7.x | 4.0, 6.0, 7.x | | **valkey_enabled**
Enable valkey | False | True, False | +| **block_bad_ips_enabled**
Blocks abusive IPs with high AbuseIPDB.com confidence scores | True | True, False | + ### Checking a Value for a Setting From 139f957ba4bceafe4d54fd492e9f66555e6529d7 Mon Sep 17 00:00:00 2001 From: Tim Veluwenkamp Date: Wed, 25 Feb 2026 09:08:30 +0100 Subject: [PATCH 2/2] alphabetically sorted block_bad_ips_enabled --- .../tools/how-to-use-the-hypernode-systemctl-cli-tool.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/hypernode-platform/tools/how-to-use-the-hypernode-systemctl-cli-tool.md b/docs/hypernode-platform/tools/how-to-use-the-hypernode-systemctl-cli-tool.md index 2d07f43b..32c46f9e 100644 --- a/docs/hypernode-platform/tools/how-to-use-the-hypernode-systemctl-cli-tool.md +++ b/docs/hypernode-platform/tools/how-to-use-the-hypernode-systemctl-cli-tool.md @@ -24,6 +24,7 @@ To see which values you can set and which values they are allowed to have take a | Field | Default Value | Possible Values | | --------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------- | ------------------------------------------------------------------------------------------------------------------------------------------- | | **blackfire_enabled**
A great tool to find performance bottlenecks
in Magento
| False | True, False | +| **block_bad_ips_enabled**
Blocks abusive IPs with high AbuseIPDB.com confidence scores | True | True, False | | **composer_version**
Change the Composer version | 2.x | 1.x, 2.2, 2.6, 2.7, 2.x | | **disable_optimizer_switch**
Disable the optimizer switch | False | True, False | | **elasticsearch_enabled**
Enable Elasticsearch | False | True, False | @@ -76,8 +77,6 @@ To see which values you can set and which values they are allowed to have take a | **varnish_large_thread_pool_stack**
| False | True, False | | **varnish_version**
Change the Varnish version | 7.x | 4.0, 6.0, 7.x | | **valkey_enabled**
Enable valkey | False | True, False | -| **block_bad_ips_enabled**
Blocks abusive IPs with high AbuseIPDB.com confidence scores | True | True, False | - ### Checking a Value for a Setting