mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 16:44:56 +02:00
11 lines
211 B
Markdown
11 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}}`
|