Skip to content

Commit

Permalink
Fix: Trojan fallback (#1286)
Browse files Browse the repository at this point in the history
  • Loading branch information
AkinoKaede committed Sep 24, 2021
1 parent 70c796b commit 9b43120
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion proxy/trojan/server.go
Expand Up @@ -5,7 +5,6 @@ package trojan

import (
"context"
"crypto/tls"
"io"
"strconv"
"time"
Expand All @@ -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"
)

Expand Down

0 comments on commit 9b43120

Please sign in to comment.