mirror of
https://github.com/Grasscutters/mitmproxy.git
synced 2024-11-26 10:16:27 +00:00
docs update
This commit is contained in:
parent
b286d35653
commit
e7839a4320
@ -35,16 +35,16 @@ and write to outfile.
|
|||||||
### Client replay
|
### Client replay
|
||||||
|
|
||||||
{{< highlight bash >}}
|
{{< highlight bash >}}
|
||||||
mitmdump -nc outfile
|
mitmdump -nC outfile
|
||||||
{{< / highlight >}}
|
{{< / highlight >}}
|
||||||
|
|
||||||
Start mitmdump without binding to the proxy port (`-n`), then replay all
|
Start mitmdump without binding to the proxy port (`-n`), then replay all
|
||||||
requests from outfile (`-c filename`). Flags combine in the obvious way,
|
requests from outfile (`-C filename`). Flags combine in the obvious way,
|
||||||
so you can replay requests from one file, and write the resulting flows
|
so you can replay requests from one file, and write the resulting flows
|
||||||
to another:
|
to another:
|
||||||
|
|
||||||
{{< highlight bash >}}
|
{{< highlight bash >}}
|
||||||
mitmdump -nc srcfile -w dstfile
|
mitmdump -nC srcfile -w dstfile
|
||||||
{{< / highlight >}}
|
{{< / highlight >}}
|
||||||
|
|
||||||
See the [client-side replay]({{< relref "overview-features#client-side-replay"
|
See the [client-side replay]({{< relref "overview-features#client-side-replay"
|
||||||
|
Loading…
Reference in New Issue
Block a user