This commit is contained in:
Your Name 2024-09-25 13:51:36 -06:00
parent b9a2d677dd
commit 733f2aeaee

View File

@ -252,7 +252,7 @@ status() {
echo echo
#echo "Dropped Traffic: $($NFT list table filter | grep -Ei 'log counter packets' | cut -d ' ' -f6)" #echo "Dropped Traffic: $($NFT list table filter | grep -Ei 'log counter packets' | cut -d ' ' -f6)"
echo echo
echo "Rate-limited IP's:" echo "Temporary Blocked IP's:"
echo echo
redis-cli --raw SMEMBERS tmp_block | sort -u redis-cli --raw SMEMBERS tmp_block | sort -u
echo $MENU_BOTTOM echo $MENU_BOTTOM