Update SN core to 5.0.14

This commit is contained in:
Hellojack
2022-06-08 15:28:10 +08:00
committed by GitHub
parent 026456e4a1
commit 277ebaba1b
2 changed files with 2 additions and 2 deletions

View File

@@ -193,7 +193,7 @@ public static class V2rayConfigUtils
}
};
var streamSettings = new StreamSettings
outbound.streamSettings = new StreamSettings
{
network = "tcp",
security = trojan.TLSSecureType

View File

@@ -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
}