From 61bacedf951c82a869b027fe403bdf1e525c174d Mon Sep 17 00:00:00 2001 From: hiddify <114227601+hiddify-com@users.noreply.github.com> Date: Thu, 1 Aug 2024 00:34:04 +0200 Subject: [PATCH] fix:bug --- ray2sing/common.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ray2sing/common.go b/ray2sing/common.go index 1b1765c..7b7ef2b 100644 --- a/ray2sing/common.go +++ b/ray2sing/common.go @@ -45,7 +45,7 @@ func getTLSOptions(decoded map[string]string) T.OutboundTLSOptionsContainer { Enabled: true, ServerName: serverName, Insecure: decoded["insecure"] == "true", - DisableSNI: serverName == "", + // DisableSNI: serverName == "", UTLS: &option.OutboundUTLSOptions{ Enabled: true, Fingerprint: fp,