From ae86df873219e738400da746cb13e894af49ce6e Mon Sep 17 00:00:00 2001 From: alexz Date: Sat, 17 Jan 2026 18:01:02 +0000 Subject: [PATCH] . --- apps/cistech-tunnel/config.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/cistech-tunnel/config.json b/apps/cistech-tunnel/config.json index cb7c48f..7bfeec8 100755 --- a/apps/cistech-tunnel/config.json +++ b/apps/cistech-tunnel/config.json @@ -55,10 +55,10 @@ "type": "text", "label": "Target IP", "hint": "IP address to route through VPN (e.g., IBM i server)", - "placeholder": "10.3.1.0", + "placeholder": "10.3.1.201", "required": false, "env_variable": "TARGET_IP", - "default": "10.3.1.0" + "default": "10.3.1.201" }, { "type": "password",