From c39b758fe6125b1bab2b2fb66502896ab9eac581 Mon Sep 17 00:00:00 2001 From: "Col. Schwi" Date: Wed, 25 Mar 2020 21:28:15 +0800 Subject: [PATCH] Change STUN Server --- Netch/Models/Setting.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Netch/Models/Setting.cs b/Netch/Models/Setting.cs index 84f12f1e..44a625f1 100644 --- a/Netch/Models/Setting.cs +++ b/Netch/Models/Setting.cs @@ -147,12 +147,12 @@ namespace Netch.Models /// /// STUN测试服务器 /// - public string STUN_Server = "stun.stunprotocol.org"; + public string STUN_Server = "stun.l.google.com"; /// /// STUN测试服务器 /// - public int STUN_Server_Port = 3478; + public int STUN_Server_Port = 19302; /// /// 是否切换为2号核心