0
mirror of https://github.com/XTLS/Xray-core.git synced 2025-06-18 22:29:49 +03:00

Add uTLS support for shadowtls

This commit is contained in:
世界
2023-02-21 20:42:44 +08:00
parent 6fb673aee4
commit 0188c2d67d
10 changed files with 55 additions and 31 deletions

View File

@ -11,7 +11,7 @@ import (
"time"
"unsafe"
utls "github.com/refraction-networking/utls"
utls "github.com/sagernet/utls"
"github.com/xtls/xray-core/common"
"github.com/xtls/xray-core/common/buf"
"github.com/xtls/xray-core/common/net"