diff --git a/wireproxy/README.md b/wireproxy/README.md index ac7693c..d34e0f4 100644 --- a/wireproxy/README.md +++ b/wireproxy/README.md @@ -13,5 +13,21 @@ $ curl 127.0.0.1:9080/metrics Click [here][2] to get a free wireguard account. +You can run a self-hosted wireguard server quickly with [mitmproxy][3] + +```bash +$ mitmdump --mode wireguard --flow-detail 4 +... client connect +... DNS QUERY (A) ipinfo.io +... << 34.117.186.192 +... client connect +... server connect 34.117.186.192:80 +... GET http://34.117.186.192/ +... << 200 OK 254b +... client disconnect +... server disconnect 34.117.186.192:80 +``` + [1]: https://github.com/pufferffish/wireproxy [2]: https://opentunnel.net/wireguard/ +[3]: https://docs.mitmproxy.org/stable/concepts-modes/#wireguard-transparent-proxy