From 97e40e57f98f78abbf957d58b909b169ede09ece Mon Sep 17 00:00:00 2001 From: cproudlock Date: Thu, 30 Apr 2026 12:17:38 -0400 Subject: [PATCH] remote-execution: refresh udc_webserver_settings.json with current address ServerAddress moved to 10.233.113.139 (was 10.80.92.30 from Feb). The stale file meant DeployUDCWebServerConfig was pushing the old address to live PCs. --- remote-execution/udc_webserver_settings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/remote-execution/udc_webserver_settings.json b/remote-execution/udc_webserver_settings.json index 7254a31..dd7729a 100644 --- a/remote-execution/udc_webserver_settings.json +++ b/remote-execution/udc_webserver_settings.json @@ -1,5 +1,5 @@ { - "ServerAddress": "10.80.92.30", + "ServerAddress": "10.233.113.139", "ServerPort": 5100, "Enabled": true, "ReconnectDelaySeconds": 10,