From 35fd2b38cb33110beb62ca8e4a3816c06cad4d73 Mon Sep 17 00:00:00 2001 From: walon Date: Wed, 25 Aug 2021 15:38:22 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E4=BF=AE=E5=A4=8D=E3=80=91=E4=BF=AE?= =?UTF-8?q?=E5=A4=8DLuban.ClientServer=E6=9C=AA=E6=8C=87=E5=AE=9A-h?= =?UTF-8?q?=E5=8F=82=E6=95=B0=E8=BF=90=E8=A1=8C=E6=8A=9B=E5=BC=82=E5=B8=B8?= =?UTF-8?q?=E7=9A=84bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/Luban.ClientServer/Program.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Luban.ClientServer/Program.cs b/src/Luban.ClientServer/Program.cs index 5fda6fa..699a4bb 100644 --- a/src/Luban.ClientServer/Program.cs +++ b/src/Luban.ClientServer/Program.cs @@ -207,6 +207,7 @@ Options: if (string.IsNullOrWhiteSpace(options.Host)) { + options.Host = "127.0.0.1"; StartServer(options); }