fix: 服务端使用本地ip
This commit is contained in:
@@ -1,9 +1,10 @@
|
||||
using System.Net;
|
||||
using System.Net.Sockets;
|
||||
|
||||
public static class Global {
|
||||
|
||||
public static readonly string localhost = "172.31.2.228";
|
||||
public static class Global
|
||||
{
|
||||
|
||||
public static readonly string localhost = "127.0.0.1";
|
||||
|
||||
public static string GetLocalIPAddress()
|
||||
{
|
||||
|
Reference in New Issue
Block a user