Merge pull request #256 from VCStardust/master

Change STUN Test Server
This commit is contained in:
Amazing_DM
2020-03-25 21:57:45 -05:00
committed by GitHub

View File

@@ -147,12 +147,12 @@ namespace Netch.Models
/// <summary>
/// STUN测试服务器
/// </summary>
public string STUN_Server = "stun.stunprotocol.org";
public string STUN_Server = "stun.l.google.com";
/// <summary>
/// STUN测试服务器
/// </summary>
public int STUN_Server_Port = 3478;
public int STUN_Server_Port = 19302;
/// <summary>
/// 是否切换为2号核心