From 3fdfd426d3a15ee08d1b25e5980fc058d801562c Mon Sep 17 00:00:00 2001 From: vijay Date: Thu, 8 May 2025 02:31:56 +0000 Subject: [PATCH] Update manage_iptables --- manage_iptables | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/manage_iptables b/manage_iptables index ab755bc..6a266d5 100644 --- a/manage_iptables +++ b/manage_iptables @@ -1,6 +1,7 @@ #!/bin/bash # Execute the script from the URL and remove it after execution: -# wget -O- https://git.technozone.com.au/vijay/Scripts/raw/branch/main/manage_iptables && bash /tmp/manage_iptables.sh && rm -f /tmp/manage_iptables.sh +# wget -O /tmp/manage_iptables.sh https://git.technozone.com.au/vijay/Scripts/raw/branch/main/manage_iptables && bash /tmp/manage_iptables.sh && rm -f /tmp/manage_iptables.sh +