From 47468636de63703c63d1a7b421a3206f2612baac Mon Sep 17 00:00:00 2001 From: kookxiang Date: Wed, 18 May 2022 21:53:29 +0800 Subject: [PATCH] auto switch between LocalAddress and ManualAddress --- src/components/ServerConnections.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/ServerConnections.js b/src/components/ServerConnections.js index a15b384f7d8..744b364c652 100644 --- a/src/components/ServerConnections.js +++ b/src/components/ServerConnections.js @@ -58,7 +58,7 @@ class ServerConnections extends ConnectionManager { ); apiClient.enableAutomaticNetworking = false; - apiClient.manualAddressOnly = true; + apiClient.manualAddressOnly = false; this.addApiClient(apiClient);