mirror of
https://github.com/MetaCubeX/mihomo.git
synced 2026-02-27 01:07:10 +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