diff --git a/Netch/Models/Setting.cs b/Netch/Models/Setting.cs index ca8bd167..9fba536b 100644 --- a/Netch/Models/Setting.cs +++ b/Netch/Models/Setting.cs @@ -61,7 +61,7 @@ namespace Netch.Models public class V2rayConfig { - public bool AllowInsecure = true; + public bool AllowInsecure = false; public KcpConfig KcpConfig = new(); @@ -300,4 +300,4 @@ namespace Netch.Models return (Setting) MemberwiseClone(); } } -} \ No newline at end of file +}