mirror of
https://github.com/netchx/netch.git
synced 2026-03-26 18:49:46 +08:00
Update SN core to 5.0.14
This commit is contained in:
@@ -193,7 +193,7 @@ public static class V2rayConfigUtils
|
||||
}
|
||||
};
|
||||
|
||||
var streamSettings = new StreamSettings
|
||||
outbound.streamSettings = new StreamSettings
|
||||
{
|
||||
network = "tcp",
|
||||
security = trojan.TLSSecureType
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
Set-Location (Split-Path $MyInvocation.MyCommand.Path -Parent)
|
||||
|
||||
git clone https://github.com/SagerNet/v2ray-core.git -b 'v5.0.12' src
|
||||
git clone https://github.com/SagerNet/v2ray-core.git -b 'v5.0.14' src
|
||||
if ( -Not $? ) {
|
||||
exit $lastExitCode
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user