1
Fork 0
mirror of https://github.com/RealOrangeOne/notes.git synced 2024-11-16 19:39:24 +00:00

Add mitmproxy example

This commit is contained in:
Jake Howard 2021-05-14 14:56:40 +01:00
parent 5e542d54b7
commit bdcaa9176d
Signed by: jake
GPG key ID: 57AFB45680EDD477

View file

@ -0,0 +1,10 @@
---
title: Simple reverse proxy
tags:
- Networking
link: https://docs.mitmproxy.org/stable
---
```
mitmproxy --mode reverse:http://localhost:8000
```