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