Update manage_iptables
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user