diff --git a/netshare-mitmproxy/README.md b/netshare-mitmproxy/README.md new file mode 100644 index 0000000..9ed27ff --- /dev/null +++ b/netshare-mitmproxy/README.md @@ -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" +} +``` \ No newline at end of file