Skip to content

Commit

Permalink
fix:bug
Browse files Browse the repository at this point in the history
  • Loading branch information
hiddify-com committed Jul 31, 2024
1 parent fc0aab6 commit 61baced
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ray2sing/common.go
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 61baced

Please sign in to comment.