mirror of
https://github.com/netchx/netch.git
synced 2026-03-18 18:13:21 +08:00
@@ -147,12 +147,12 @@ namespace Netch.Models
|
||||
/// <summary>
|
||||
/// STUN测试服务器
|
||||
/// </summary>
|
||||
public string STUN_Server = "stun.l.google.com";
|
||||
public string STUN_Server = "stun.stunprotocol.org";
|
||||
|
||||
/// <summary>
|
||||
/// STUN测试服务器
|
||||
/// </summary>
|
||||
public int STUN_Server_Port = 19302;
|
||||
public int STUN_Server_Port = 3478;
|
||||
|
||||
/// <summary>
|
||||
/// 是否切换为2号核心
|
||||
|
||||
Reference in New Issue
Block a user