0
mirror of https://github.com/XTLS/Xray-core.git synced 2025-06-18 14:19:48 +03:00

Split utls library

This commit is contained in:
世界
2023-02-21 22:55:37 +08:00
parent 0188c2d67d
commit 3b8f09153e
8 changed files with 116 additions and 9 deletions

View File

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

View File

@ -7,7 +7,7 @@ import (
"net/url"
"strconv"
utls "github.com/sagernet/utls"
utls "github.com/refraction-networking/utls"
"google.golang.org/grpc/credentials"
)

View File

@ -5,7 +5,7 @@ import (
"crypto/tls"
"math/big"
utls "github.com/sagernet/utls"
utls "github.com/refraction-networking/utls"
"github.com/xtls/xray-core/common/buf"
"github.com/xtls/xray-core/common/net"
)