浏览代码

fix: Update default stun servers

Bruce Wayne 2 年之前
父节点
当前提交
0982afb150
共有 1 个文件被更改,包括 2 次插入3 次删除
  1. 2 3
      NatTypeTester.ViewModels/MainWindowViewModel.cs

+ 2 - 3
NatTypeTester.ViewModels/MainWindowViewModel.cs

@@ -22,10 +22,9 @@ public class MainWindowViewModel : ViewModelBase, IScreen
 	private readonly IEnumerable<string> _defaultServers = new HashSet<string>
 	private readonly IEnumerable<string> _defaultServers = new HashSet<string>
 	{
 	{
 		@"stun.syncthing.net",
 		@"stun.syncthing.net",
-		@"stun.qq.com",
+		@"stunserver.stunprotocol.org",
 		@"stun.miwifi.com",
 		@"stun.miwifi.com",
-		@"stun.bige0.com",
-		@"stun.stunprotocol.org"
+		@"stun.qq.com"
 	};
 	};
 
 
 	private SourceList<string> List { get; } = new();
 	private SourceList<string> List { get; } = new();