1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2025-02-20 23:47:21 -05:00

Fix: Trojan fallback (#1286)

This commit is contained in:
秋のかえで 2021-09-24 13:21:03 +08:00 committed by GitHub
parent 70c796b7ee
commit 9b43120a38
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,7 +5,6 @@ package trojan
import (
"context"
"crypto/tls"
"io"
"strconv"
"time"
@ -25,6 +24,7 @@ import (
"github.com/v2fly/v2ray-core/v4/features/policy"
"github.com/v2fly/v2ray-core/v4/features/routing"
"github.com/v2fly/v2ray-core/v4/transport/internet"
"github.com/v2fly/v2ray-core/v4/transport/internet/tls"
"github.com/v2fly/v2ray-core/v4/transport/internet/udp"
)