Fix: Trojan fallback

(cherry picked from commit 908408dd45a58c3c284ecf0dfef539c5681230d9)
This commit is contained in:
秋のかえで 2021-09-24 13:21:03 +08:00 committed by 世界
parent acb81ebe3d
commit 9b204ed99b
No known key found for this signature in database
GPG Key ID: CD109927C34A63C4

View File

@ -2,7 +2,6 @@ package trojan
import (
"context"
"crypto/tls"
"io"
"strconv"
"strings"
@ -23,10 +22,11 @@ import (
"github.com/xtls/xray-core/common/session"
"github.com/xtls/xray-core/common/signal"
"github.com/xtls/xray-core/common/task"
core "github.com/xtls/xray-core/core"
"github.com/xtls/xray-core/core"
"github.com/xtls/xray-core/features/policy"
"github.com/xtls/xray-core/features/routing"
"github.com/xtls/xray-core/features/stats"
"github.com/xtls/xray-core/transport/internet/tls"
"github.com/xtls/xray-core/transport/internet/udp"
"github.com/xtls/xray-core/transport/internet/xtls"
)