Skip to content

Commit

Permalink
fix:trojan修复Trojan未应用传输方式
Browse files Browse the repository at this point in the history
  • Loading branch information
wyx2685 committed Dec 18, 2023
1 parent 50183e7 commit f33d7a3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/sing/node.go
Original file line number Diff line number Diff line change
Expand Up @@ -278,6 +278,7 @@ func getInboundOptions(tag string, info *panel.NodeInfo, c *conf.Options) (optio
InboundTLSOptionsContainer: option.InboundTLSOptionsContainer{
TLS: &tls,
},
Transport: &t,
}
if c.SingOptions.FallBackConfigs != nil {
// fallback handling
Expand Down

0 comments on commit f33d7a3

Please sign in to comment.