Update AllowInsecure.patch

This commit is contained in:
kiddin9
2026-06-03 04:39:10 +08:00
committed by GitHub
parent 79114c968b
commit e691f0fa1c
@@ -1,6 +1,14 @@
--- a/infra/conf/transport_internet.go
+++ b/infra/conf/transport_internet.go
@@ -699,12 +699,7 @@ func (c *TLSConfig) Build() (proto.Message, error) {
@@ -14,7 +14,6 @@ import (
"strconv"
"strings"
"syscall"
- "time"
"github.com/xtls/xray-core/common"
"github.com/xtls/xray-core/common/errors"
@@ -699,12 +698,7 @@ func (c *TLSConfig) Build() (proto.Message, error) {
config.MasterKeyLog = c.MasterKeyLog
if c.AllowInsecure {