IP-Tag: Optimizations / Guide / Manual Execution (#5791)

* IP-Tag: Optimizations / Guide / Manual Execution

* warning > info

* Update add-iptag.json
This commit is contained in:
CanbiZ
2025-07-07 14:26:07 +02:00
committed by GitHub
parent 9ddf10f82e
commit d59aa0527a
2 changed files with 33 additions and 10 deletions

View File

@@ -37,12 +37,16 @@
"type": "info"
},
{
"text": "Configuration: `nano /opt/iptag/iptag.conf`. iptag.service must be restarted after change.",
"text": "Configuration: `nano /opt/iptag/iptag.conf`. iptag Service must be restarted after change. See here for full documentation: `https://github.com/community-scripts/ProxmoxVE/discussions/5790`",
"type": "info"
},
{
"text": "The Proxmox Node must contain ipcalc and net-tools. `apt-get install -y ipcalc net-tools`",
"type": "warning"
},
{
"text": "You can execute the ip tool manually with `iptag-run`",
"type": "info"
}
]
}