This commit is contained in:
yuhan6665 2025-06-25 10:48:22 +03:30 committed by GitHub
commit 0092782398
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
13 changed files with 768 additions and 5 deletions

View file

@ -53,6 +53,7 @@ import (
_ "github.com/xtls/xray-core/transport/internet/grpc"
_ "github.com/xtls/xray-core/transport/internet/httpupgrade"
_ "github.com/xtls/xray-core/transport/internet/kcp"
_ "github.com/xtls/xray-core/transport/internet/quic"
_ "github.com/xtls/xray-core/transport/internet/reality"
_ "github.com/xtls/xray-core/transport/internet/splithttp"
_ "github.com/xtls/xray-core/transport/internet/tcp"