diff --git a/Netch/Models/Setting.cs b/Netch/Models/Setting.cs
index 6ef3470b..10a23e43 100644
--- a/Netch/Models/Setting.cs
+++ b/Netch/Models/Setting.cs
@@ -33,7 +33,7 @@ namespace Netch.Models
public bool UseCustomDNS = false;
///
- /// 模式2下是否代理DNS
+ /// 模式 2 下是否代理 DNS
///
public bool ProxyDNS = false;
@@ -159,20 +159,10 @@ namespace Netch.Models
///
public int STUN_Server_Port = 3478;
- ///
- /// 是否切换为2号核心
- ///
- public bool UseRedirector2 = false;
-
- ///
- /// 是否启用进程代理白名单模式
- ///
- public bool ProcessBypassMode = false;
-
///
/// 是否启用启动后延迟测试
///
- public bool StartedTcping = true;
+ public bool StartedTcping = false;
///
/// 启动后延迟测试间隔/秒