mirror of
https://github.com/tldr-pages/tldr.git
synced 2024-12-26 18:32:41 +03:00
5750cca1f7
i can write english real good like
12 lines
211 B
Markdown
12 lines
211 B
Markdown
# mitmproxy
|
|
|
|
> An interactive man-in-the-middle HTTP proxy.
|
|
|
|
- Start mitmproxy with default settings:
|
|
|
|
`mitmproxy`
|
|
|
|
- Start mitmproxy bound to custom address and port:
|
|
|
|
`mitmproxy -b {{ip_address}} -p {{port}}`
|