From 733f2aeaee573420910cc5018ec8bf41fe590126 Mon Sep 17 00:00:00 2001 From: Your Name Date: Wed, 25 Sep 2024 13:51:36 -0600 Subject: [PATCH] fix --- firewall.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/firewall.sh b/firewall.sh index 67d7e1a..e252d7b 100755 --- a/firewall.sh +++ b/firewall.sh @@ -252,7 +252,7 @@ status() { echo #echo "Dropped Traffic: $($NFT list table filter | grep -Ei 'log counter packets' | cut -d ' ' -f6)" echo - echo "Rate-limited IP's:" + echo "Temporary Blocked IP's:" echo redis-cli --raw SMEMBERS tmp_block | sort -u echo $MENU_BOTTOM