mirror of
https://github.com/shtorm-7/sing-box-extended.git
synced 2026-09-15 21:00:27 +00:00
Remove tlsunsafeekm GODEBUG default
This commit is contained in:
@@ -5,7 +5,7 @@ import "strings"
|
||||
func LinkerFlags(version string, debug bool) string {
|
||||
flags := []string{
|
||||
"-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",
|
||||
}
|
||||
if !debug {
|
||||
|
||||
+1
-1
@@ -1 +1 @@
|
||||
-X runtime.godebugDefault=multipathtcp=0,tlssha1=1,tlsunsafeekm=1 -checklinkname=0
|
||||
-X runtime.godebugDefault=multipathtcp=0,tlssha1=1 -checklinkname=0
|
||||
|
||||
Reference in New Issue
Block a user