From 7cddb75cef5a423d1d4c9b816735f2bbe3a4491a Mon Sep 17 00:00:00 2001 From: Amazing_DM Date: Tue, 31 Mar 2020 00:50:36 +0800 Subject: [PATCH] Revert "Change STUN Server" This reverts commit c39b758fe6125b1bab2b2fb66502896ab9eac581. --- 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 44a625f1..84f12f1e 100644 --- a/Netch/Models/Setting.cs +++ b/Netch/Models/Setting.cs @@ -147,12 +147,12 @@ namespace Netch.Models /// /// STUN测试服务器 /// - public string STUN_Server = "stun.l.google.com"; + public string STUN_Server = "stun.stunprotocol.org"; /// /// STUN测试服务器 /// - public int STUN_Server_Port = 19302; + public int STUN_Server_Port = 3478; /// /// 是否切换为2号核心