From d5b197d3c5cf903ccc9588099ca39581aa5a6e86 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Thu, 5 Mar 2026 20:23:50 -0600 Subject: [PATCH] Update defaults.inc --- defaults.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/defaults.inc b/defaults.inc index 2ebd1e6..93adb53 100755 --- a/defaults.inc +++ b/defaults.inc @@ -3,7 +3,7 @@ action="$1" FOLDER='/opt/idssys/ta-proxmenu' -VERS='2026.3.1' +VERS='2026.3.4' RNIP=$(ip addr show $(ip route | awk '/default/ { print $5 }') | grep "inet" | head -n 1 | awk '/inet/ {print $2}' | cut -d'/' -f1)