Remove tlsunsafeekm GODEBUG default

This commit is contained in:
世界
2026-08-30 17:41:47 +08:00
parent f50ca2244b
commit fb0063221d
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ import "strings"
func LinkerFlags(version string, debug bool) string { func LinkerFlags(version string, debug bool) string {
flags := []string{ flags := []string{
"-X github.com/sagernet/sing-box/constant.Version=" + version, "-X github.com/sagernet/sing-box/constant.Version=" + version,
"-X runtime.godebugDefault=multipathtcp=0,tlssha1=1,tlsunsafeekm=1", "-X runtime.godebugDefault=multipathtcp=0,tlssha1=1",
"-checklinkname=0", "-checklinkname=0",
} }
if !debug { if !debug {
+1 -1
View File
@@ -1 +1 @@
-X runtime.godebugDefault=multipathtcp=0,tlssha1=1,tlsunsafeekm=1 -checklinkname=0 -X runtime.godebugDefault=multipathtcp=0,tlssha1=1 -checklinkname=0