From 277ebaba1b6fa30bdc38630b3f726d2be11d93dc Mon Sep 17 00:00:00 2001 From: Hellojack <106379370+H1JK@users.noreply.github.com> Date: Wed, 8 Jun 2022 15:28:10 +0800 Subject: [PATCH] Update SN core to 5.0.14 --- Netch/Servers/V2ray/V2rayConfigUtils.cs | 2 +- Other/v2ray-sn/build.ps1 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Netch/Servers/V2ray/V2rayConfigUtils.cs b/Netch/Servers/V2ray/V2rayConfigUtils.cs index b921afa8..75b6a798 100644 --- a/Netch/Servers/V2ray/V2rayConfigUtils.cs +++ b/Netch/Servers/V2ray/V2rayConfigUtils.cs @@ -193,7 +193,7 @@ public static class V2rayConfigUtils } }; - var streamSettings = new StreamSettings + outbound.streamSettings = new StreamSettings { network = "tcp", security = trojan.TLSSecureType diff --git a/Other/v2ray-sn/build.ps1 b/Other/v2ray-sn/build.ps1 index a0340bd8..4059c400 100644 --- a/Other/v2ray-sn/build.ps1 +++ b/Other/v2ray-sn/build.ps1 @@ -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 }