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",