From 1a850327e49ff1acbc432eafacc075babcbc22b5 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Fri, 13 Mar 2026 23:17:50 -0500 Subject: [PATCH] Update defaults.inc --- defaults.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/defaults.inc b/defaults.inc index 0a5f33e..2be89e3 100755 --- a/defaults.inc +++ b/defaults.inc @@ -3,7 +3,7 @@ action="$1" FOLDER='/opt/idssys/ta-proxmenu' -VERS='2026.3.13-10' +VERS='2026.3.13-11' RNIP=$(ip addr show $(ip route | awk '/default/ { print $5 }') | grep "inet" | head -n 1 | awk '/inet/ {print $2}' | cut -d'/' -f1)