From 9f3c44496dee991e2a56196b6b017f215dee625b Mon Sep 17 00:00:00 2001 From: vijay Date: Thu, 8 May 2025 02:18:41 +0000 Subject: [PATCH] Update manage_iptables --- manage_iptables | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/manage_iptables b/manage_iptables index 314b80f..8eb1bcc 100644 --- a/manage_iptables +++ b/manage_iptables @@ -112,3 +112,19 @@ while true; do case $option in 1) add_to_chain + ;; + 2) + remove_from_chain + ;; + 3) + check_ip_address + ;; + 4) + echo "Exiting..." + exit 0 + ;; + *) + echo "Invalid option. Please try again." + ;; + esac +done \ No newline at end of file