Update manage_iptables

This commit is contained in:
vijay 2025-05-08 02:04:44 +00:00
parent f1cffe4fb4
commit 5ab0121ac3

View File

@ -82,6 +82,7 @@ remove_from_whitelist() {
while true; do
show_menu
read -p "Select an option [1-6]: " option
option=$(echo "$option" | tr -d '[:space:]') # Trim whitespace
case $option in
1)