From bfc806b71e82e45b54ded5269a0bbcf6d0f999ba Mon Sep 17 00:00:00 2001 From: Hellojack <106379370+H1JK@users.noreply.github.com> Date: Sun, 29 May 2022 13:07:55 +0800 Subject: [PATCH] Use @Loyalsoldier/geoip --- Other/xray-core/build.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Other/xray-core/build.ps1 b/Other/xray-core/build.ps1 index b8a45050..20939b0e 100644 --- a/Other/xray-core/build.ps1 +++ b/Other/xray-core/build.ps1 @@ -1,6 +1,6 @@ Set-Location (Split-Path $MyInvocation.MyCommand.Path -Parent) -git clone https://github.com/xtls/xray-core -b 'v1.5.5' src +git clone https://github.com/xtls/xray-core -b 'v1.5.6' src if ( -Not $? ) { exit $lastExitCode }