Files
TA-ProxMenu/defaults.inc
David Schroeder ba2d768fe5 update
2026-03-01 18:14:31 -06:00

11 lines
260 B
Bash
Executable File

#!/usr/bin/env bash
# TA-Proxmenu - Proxmox Scripts for TA Use
action="$1"
FOLDER='/opt/idssys/ta-proxmenu'
VERS='2026.2.8'
RNIP=$(ip addr show $(ip route | awk '/default/ { print $5 }') | grep "inet" | head -n 1 | awk '/inet/ {print $2}' | cut -d'/' -f1)