Files
TA-ProxMenu/defaults.inc
2026-01-01 20:46:30 -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.1.1'
RNIP=$(ip addr show $(ip route | awk '/default/ { print $5 }') | grep "inet" | head -n 1 | awk '/inet/ {print $2}' | cut -d'/' -f1)