Fix: Trojan fallback (#1286)

This commit is contained in:
秋のかえで 2021-09-24 13:21:03 +08:00 committed by Shelikhoo
parent 3b1f8b8cc3
commit 908408dd45
No known key found for this signature in database
GPG Key ID: C4D5E79D22B25316
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,6 @@ package trojan
import (
"context"
"crypto/tls"
"io"
"strconv"
"time"
@ -22,6 +21,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"
)