From 24d28c649c6d01b330db09aeaf5db83db1d0fc1b Mon Sep 17 00:00:00 2001 From: alexz Date: Mon, 29 Dec 2025 07:23:04 +0000 Subject: [PATCH] forms update --- apps/rego-tunnel/config.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/apps/rego-tunnel/config.json b/apps/rego-tunnel/config.json index c56702e..b8c1f74 100755 --- a/apps/rego-tunnel/config.json +++ b/apps/rego-tunnel/config.json @@ -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",