1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 11:24:56 +02:00

Merge pull request #743 from oxguy3/mitmproxy

mitmproxy: add page
This commit is contained in:
Ruben Vereecken 2016-02-04 05:56:00 -08:00
commit ad4925e569

11
pages/common/mitmproxy.md Normal file
View 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}}`