1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2024-11-01 23:17:56 +01:00

mitmproxy: add page

This commit is contained in:
Hayden Schiff 2016-01-28 16:14:24 -05:00
parent f38c34f484
commit 9a819adb6f

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 binded to custom address and port:
`mitmproxy -b {{ip_address}} -p {{port}}`