mirror of
https://github.com/netchx/netch.git
synced 2026-03-14 17:43:18 +08:00
Change V2rayConfig.AllowInsecure default to false
This commit is contained in:
@@ -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();
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user