From f33d7a3bf9a800a99f1695bcbf7077e89979ff9b Mon Sep 17 00:00:00 2001 From: wyx2685 Date: Tue, 19 Dec 2023 00:21:07 +0900 Subject: [PATCH] =?UTF-8?q?fix:trojan=E4=BF=AE=E5=A4=8DTrojan=E6=9C=AA?= =?UTF-8?q?=E5=BA=94=E7=94=A8=E4=BC=A0=E8=BE=93=E6=96=B9=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/sing/node.go | 1 + 1 file changed, 1 insertion(+) diff --git a/core/sing/node.go b/core/sing/node.go index 7b2820a..0b39257 100644 --- a/core/sing/node.go +++ b/core/sing/node.go @@ -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