Add netshare-mitmproxy/README.md
This commit is contained in:
11
netshare-mitmproxy/README.md
Normal file
11
netshare-mitmproxy/README.md
Normal 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"
|
||||||
|
}
|
||||||
|
```
|
||||||
Reference in New Issue
Block a user