From e35a57bf7c0d2c9ab031b1c5f484b980f27697c0 Mon Sep 17 00:00:00 2001 From: cmyers-mieweb Date: Wed, 10 Sep 2025 22:37:11 +0000 Subject: [PATCH] fix: include PHXDC-ai-pve1 in PVE_NODES for correct port mapping pruning (issue #31) --- gateway/prune_iptables.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gateway/prune_iptables.sh b/gateway/prune_iptables.sh index abc1aec2..f48e900f 100644 --- a/gateway/prune_iptables.sh +++ b/gateway/prune_iptables.sh @@ -15,7 +15,7 @@ REMOTE_HOST="intern-nginx" REMOTE_FILE="/etc/nginx/port_map.json" LOCAL_FILE="/tmp/port_map.json" LOG_FILE="/var/log/prune_iptables.log" -PVE_NODES=("localhost" "10.15.0.5") +PVE_NODES=("localhost" "10.15.0.5" "10.15.0.6") # Function to log messages with a timestamp log_message() {