From d84b1b81fb4c7fdefe1392bd89a3b05dd1078d31 Mon Sep 17 00:00:00 2001 From: Sang <49085035+gitsang@users.noreply.github.com> Date: Mon, 21 Jul 2025 03:08:32 +0000 Subject: [PATCH] docs: Update readme --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 88d8a6b..c483775 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,12 @@ lxc-iptag is a simple script to add ip tags to LXC containers. ![](./img/pve-lxc-iptag.png) +This script is only a transitional solution for the official UI to support displaying IPs of LXC containers. See [Displaying IP of container in GUI?](https://forum.proxmox.com/threads/displaying-ip-of-container-in-gui.120841/#post-685752) + +> My original intention was to provide a script that is simple enough and easy to review, avoiding introducing too much complexity as much as possible. After all, this script may be replaced by official support in the near future, and shell scripts and tags are certainly not the best solution. Therefore, this script should not consider introducing too much complex logic or requirements. +> +> Of course, simple scripts allow users to easily modify the script according to their needs with just a little knowledge of Shell scripting. So feel free to fork it. And to save your time, https://github.com/MorsStefan/proxmox-ip2tag is a cool project that supports more features, especially adding iptag support for VMs. You can first check if this project meets your needs. + ## 1. Installation ```sh