From 577eba22426849d2463814aa195c6a109f65df90 Mon Sep 17 00:00:00 2001 From: wenyifan Date: Fri, 14 Oct 2022 14:44:06 +0800 Subject: [PATCH] use utls instead of go-tls --- gost.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gost.go b/gost.go index 65f959a..76dd13a 100644 --- a/gost.go +++ b/gost.go @@ -20,7 +20,7 @@ import ( ) // Version is the gost version. -const Version = "2.11.2-EvanMod-v1.2.1" +const Version = "2.11.2-EvanMod-v1.2.2s" const ProxyAgent = "nginx" // Debug is a flag that enables the debug log.