mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-11-21 17:56:53 +02:00
update wireproxy
This commit is contained in:
parent
a6bb1802a9
commit
c1bdb28e2b
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user