mirror of
https://github.com/RealOrangeOne/notes.git
synced 2024-11-17 04:59:07 +00:00
11 lines
153 B
Markdown
11 lines
153 B
Markdown
|
---
|
||
|
title: Simple reverse proxy
|
||
|
tags:
|
||
|
- Networking
|
||
|
link: https://docs.mitmproxy.org/stable
|
||
|
---
|
||
|
|
||
|
```
|
||
|
mitmproxy --mode reverse:http://localhost:8000
|
||
|
```
|