fix: missing ntp call

This commit is contained in:
wwqgtxx
2025-12-17 18:50:16 +08:00
parent 827cd616e8
commit bc8f0dcf77

View File

@@ -42,6 +42,7 @@ func GetRealityConn(ctx context.Context, conn net.Conn, fingerprint UClientHello
serverName: serverName,
}
uConfig := &utls.Config{
Time: ntp.Now,
ServerName: serverName,
InsecureSkipVerify: true,
SessionTicketsDisabled: true,