mirror of
https://github.com/MetaCubeX/mihomo.git
synced 2026-03-03 12:17:31 +00:00
fix: missing ntp call
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user