From 94d81fdf5ca4fe219ea377bccffed2ec20119fc7 Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Thu, 19 Dec 2024 09:27:10 +0100 Subject: [PATCH] Fix - Set Warning LXC-IPTag --- json/add-lxc-iptag.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/json/add-lxc-iptag.json b/json/add-lxc-iptag.json index 244d9d13..fe9a629d 100644 --- a/json/add-lxc-iptag.json +++ b/json/add-lxc-iptag.json @@ -38,6 +38,10 @@ { "text": "Configuration: `nano /opt/lxc-iptag/iptag.conf`. iptag.service must be restarted after change.", "type": "Info" + }, + { + "text": "The Proxmox Node must contain ipcalc and net-tools. ´apt-get install -y ipcalc net-tools´", + "type": "warn" } ] }