Add netshare-mitmproxy/README.md

This commit is contained in:
2024-08-30 23:45:48 -04:00
parent dc99398ee7
commit bbcc928c26

View File

@@ -0,0 +1,11 @@
```sh
mitmproxy --mode upstream:192.168.49.1:8282 --ssl-insecure
```
```sh
curl -x localhost:8080 http://httpbin.org/ip
{
"origin": "211.234.197.42"
}
```