From 837e16acc50d445c1118aefd235d0200862a0847 Mon Sep 17 00:00:00 2001 From: Connection Refused Date: Sun, 7 Nov 2021 23:12:40 +0800 Subject: [PATCH] [Other] Bump tun2socks from 2.3.1-1 to 2.3.2 --- 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 79240906..cea79fee 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.1-1' src +git clone https://github.com/xjasonlyu/tun2socks -b 'v2.3.2' src if ( -Not $? ) { exit $lastExitCode }