v5.0.63: utls force HTTP/1.1 ALPN

This commit is contained in:
“Naeel”
2026-07-01 14:47:54 +04:00
parent 62c41e96d7
commit 5a301a397c
3 changed files with 3 additions and 2 deletions
@@ -140,6 +140,7 @@ func (p *NubesProvider) Configure(ctx context.Context, req provider.ConfigureReq
ServerName: host,
InsecureSkipVerify: insecureSkipVerify,
MinVersion: tls.VersionTLS12,
NextProtos: []string{"http/1.1"},
}, utls.HelloChrome_120)
if err := uconn.HandshakeContext(ctx); err != nil {
conn.Close()
+1 -1
View File
@@ -10,7 +10,7 @@ import (
)
var (
version string = "5.0.62"
version string = "5.0.63"
)
func main() {