Improve OpenVPN & OpenConnect interoperability

This commit is contained in:
世界
2026-07-21 09:38:21 +08:00
parent 5cad5ad42d
commit 2ff294c4f4
47 changed files with 3915 additions and 440 deletions
+1 -1
View File
@@ -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 internal/godebug.defaultGODEBUG=multipathtcp=0",
"-X runtime.godebugDefault=multipathtcp=0,tlssha1=1,tlsunsafeekm=1",
"-checklinkname=0",
}
if !debug {