mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
commit
ad4925e569
1 changed files with 11 additions and 0 deletions
11
pages/common/mitmproxy.md
Normal file
11
pages/common/mitmproxy.md
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
# 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}}`
|
Loading…
Add table
Reference in a new issue