update wireproxy

This commit is contained in:
kev 2024-04-22 16:56:56 +08:00
parent a6bb1802a9
commit c1bdb28e2b

View File

@ -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