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 }