fix ip
Some checks failed
Test / test (push) Has been cancelled

This commit is contained in:
2025-12-29 00:49:16 +00:00
parent 9c2c67fbe1
commit a5871d399b
3 changed files with 7 additions and 7 deletions

View File

@@ -71,19 +71,19 @@
"type": "ip",
"label": "Bridge CIDR",
"hint": "Bridge address/CIDR assigned inside the container",
"placeholder": "100.100.0.1/24",
"placeholder": "100.100.0.1",
"required": true,
"env_variable": "BRIDGE_CIDR",
"default": "100.100.0.1/24"
"default": "100.100.0.1"
},
{
"type": "ip",
"label": "VM subnet",
"hint": "Subnet that should be NATed out of the container",
"placeholder": "100.100.0.0/24",
"placeholder": "100.100.0.0",
"required": true,
"env_variable": "VM_SUBNET",
"default": "100.100.0.0/24"
"default": "100.100.0.0"
},
{
"type": "ip",