@@ -83,7 +83,7 @@
|
||||
"placeholder": "/usr/bin/qemu-system-amd64",
|
||||
"required": false,
|
||||
"env_variable": "QEMU_BIN",
|
||||
"default": ""
|
||||
"default": "/usr/bin/qemu-system-amd64"
|
||||
},
|
||||
{
|
||||
"type": "text",
|
||||
@@ -92,7 +92,7 @@
|
||||
"placeholder": "tap1",
|
||||
"required": false,
|
||||
"env_variable": "TAP2_NAME",
|
||||
"default": ""
|
||||
"default": "tap1"
|
||||
},
|
||||
{
|
||||
"type": "text",
|
||||
@@ -101,7 +101,7 @@
|
||||
"placeholder": "br-app",
|
||||
"required": false,
|
||||
"env_variable": "BRIDGE2_NAME",
|
||||
"default": ""
|
||||
"default": "br-app"
|
||||
},
|
||||
{
|
||||
"type": "text",
|
||||
@@ -110,16 +110,16 @@
|
||||
"placeholder": "eth0",
|
||||
"required": false,
|
||||
"env_variable": "BRIDGE2_UPLINK_IF",
|
||||
"default": ""
|
||||
"default": "eth0"
|
||||
},
|
||||
{
|
||||
"type": "text",
|
||||
"label": "Bridge2 CIDR (optional)",
|
||||
"hint": "Optional IPv4/CIDR for Bridge2. If empty and uplink is set, the bridge inherits the uplink IPv4 address.",
|
||||
"placeholder": "10.128.14.2/24",
|
||||
"placeholder": "10.128.13.2/24",
|
||||
"required": false,
|
||||
"env_variable": "BRIDGE2_CIDR",
|
||||
"default": ""
|
||||
"default": "10.128.13.2/24"
|
||||
},
|
||||
{
|
||||
"type": "text",
|
||||
@@ -128,7 +128,7 @@
|
||||
"placeholder": "52:54:00:12:34:57",
|
||||
"required": false,
|
||||
"env_variable": "VM_MAC2",
|
||||
"default": ""
|
||||
"default": "52:54:00:12:34:57"
|
||||
},
|
||||
{
|
||||
"type": "ip",
|
||||
|
||||
Reference in New Issue
Block a user