@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user