From ec8d1633299c7bb8375fc0932220427ee744fb44 Mon Sep 17 00:00:00 2001 From: Connection Refused Date: Mon, 4 Oct 2021 22:35:19 +0800 Subject: [PATCH] [Other] Bump tun2socks from 2.3.0 to 2.3.1-1 --- Other/tun2socks/build.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Other/tun2socks/build.ps1 b/Other/tun2socks/build.ps1 index 1529d769..79240906 100644 --- a/Other/tun2socks/build.ps1 +++ b/Other/tun2socks/build.ps1 @@ -1,6 +1,6 @@ Set-Location (Split-Path $MyInvocation.MyCommand.Path -Parent) -git clone https://github.com/xjasonlyu/tun2socks -b 'v2.3.0' src +git clone https://github.com/xjasonlyu/tun2socks -b 'v2.3.1-1' src if ( -Not $? ) { exit $lastExitCode }