1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-16 03:48:44 +00:00
dockerfiles/wireproxy
2024-04-18 17:50:02 +08:00
..
data add wireproxy 2024-04-18 17:50:02 +08:00
docker-compose.yml add wireproxy 2024-04-18 17:50:02 +08:00
Dockerfile add wireproxy 2024-04-18 17:50:02 +08:00
README.md add wireproxy 2024-04-18 17:50:02 +08:00

wireproxy

wireproxy is a completely userspace application that connects to a wireguard peer, and exposes a socks5/http proxy or tunnels on the machine.

$ docker compose up -d
$ curl -x socks5h://127.0.0.1:1080 ipinfo.io
$ curl -x 127.0.0.1:3128 ipinfo.io
$ curl 127.0.0.1:9080/metrics

Click here to get a free wireguard account.