genesis proxy
Run the local explicit debug proxy and inspect captured traffic.
This is a debugging command for transport-level investigation. It can start a local proxy, run a child command with capture enabled, list capture sessions, query common traffic patterns, read captured blobs, and purge local capture data.
Commands
genesis proxy start [--host <host>] [--port <port>]
genesis proxy run [--host <host>] [--port <port>] -- <cmd...>
genesis proxy coverage
genesis proxy sessions [--limit <count>]
genesis proxy query --preset <name> [--session <id>]
genesis proxy blob --id <blobId>
genesis proxy purge
Query presets
genesis proxy query --preset <name> accepts:
double-sendsretry-stormscache-bustingws-duplicate-framesmissing-ackerror-bursts
Notes
startdefaults to127.0.0.1unless--hostis set.runstarts a local debug proxy and then runs the command after--.- Captures are local debugging data; use
genesis proxy purgewhen finished.